PowerMeta icon indicating copy to clipboard operation
PowerMeta copied to clipboard

Speedup IWR

Open Relkci opened this issue 3 years ago • 0 comments

Disable ProgressBar to increase webrequest throughput https://stackoverflow.com/questions/28682642/powershell-why-is-using-invoke-webrequest-much-slower-than-a-browser-download https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.2#progresspreference $ProgressPreference = 'SilentlyContinue' $ProgressPreference = 'Continue'

Relkci avatar Sep 06 '22 15:09 Relkci