From 935bfcd16881313a77abd610bd6db83d8314895e Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 16 Oct 2023 09:38:49 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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