Update windows after programs

This commit is contained in:
Mylloon 2023-02-15 18:13:25 +01:00
parent 330314c162
commit 4c88475333
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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