diff --git a/salt-quick-start.ps1 b/salt-quick-start.ps1 index 25269b5fe..b37344f59 100644 --- a/salt-quick-start.ps1 +++ b/salt-quick-start.ps1 @@ -84,7 +84,7 @@ function Expand-ZipFile { [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls12' -$ProgressPreference = 'SilentlyContinue' +$global:$ProgressPreference = 'SilentlyContinue' $RepoUrl = "https://repo.saltproject.io/salt/py3/onedir"