|
|
|
|
|
by agolliver
1707 days ago
|
|
PowerShell does have progress bars, but rendering them is (was?) on the critical path. I once had a script that was downloading a large file and took ages to finish, you could speed it up by well over 10x disabling the progress bar. https://github.com/PowerShell/PowerShell/issues/2138 |
|