PowerMeta
PowerMeta copied to clipboard
Speedup IWR
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'