diff --git a/windows11.bat b/windows11.bat index 2ae0765..48f2715 100644 --- a/windows11.bat +++ b/windows11.bat @@ -284,7 +284,7 @@ PowerShell -Command "" ^ "$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^ "$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^ "Invoke-WebRequest -Uri $link -OutFile $file;" ^ - "Start-Process $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^ + "Start-Process -Wait $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^ "Remove-Item -Force $file" :: Install Deceive