diff --git a/windows/update.bat b/windows/update.bat index faf65ec..a32359c 100644 --- a/windows/update.bat +++ b/windows/update.bat @@ -8,12 +8,12 @@ fltmc >nul 2>&1 || ( exit 0 ) -:: Windows programs -winget upgrade -h --all - :: Windows Update powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^ "Get-WindowsUpdate -AcceptAll -Install" +:: Windows programs +winget upgrade -h --all + pause exit /b