diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index bd68716..f06dda4 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -133,7 +133,7 @@ choco install vlc -y choco install audacity -y Write-Host 'Installing Scratch...' -Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe") -ArgumentList "/S ALLUSERS=1" -Wait +Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe") -ArgumentList "/allusers /s" -Wait choco install mblock -y