This commit is contained in:
Mylloon 2023-10-01 11:01:39 +02:00
parent a497b604d3
commit cc3b60437e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -11,6 +11,9 @@ fltmc >NUL 2>&1 || (
:: Windows programs
winget upgrade -h --all
:: NOTE: If you want to not update a package, you can pin it:
:: winget pin add --id ID.OF.THE.APP
:: Windows Update
PowerShell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^
"Get-WindowsUpdate -AcceptAll -Install"