Speed of downloading and extracting archives
Opened this issue · 0 comments
jonahbeckford commented
Confer PowerShell/PowerShell#2138
Audit the code and make sure that Invoke-WebRequest
and Expand-Archive
have progress bars disabled. Or just use Start-BitsTransfer
and with-dkml tar xfz
(etc.)