如何隐藏进度显示Invoke-WebRequest?我做了很多连续的请求并拥有自己的Write-Progress显示器,所以我不需要每次都在它下面弹出一个内置的显示器.
Invoke-WebRequest
Write-Progress
我使用从Invoke-WebRequest自动结果创建的mshtml结果(IE COM对象),因此我无法切换到WebClient类似的东西,除非有人提供有关如何从WebClient请求获取mshtml对象的说明.
WebClient
powershell progress powershell-3.0
powershell ×1
powershell-3.0 ×1
progress ×1