This commit is contained in:
Mylloon 2024-07-29 15:10:41 +02:00
parent 2fe6af85a5
commit 78b1fc6177
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -26,6 +26,9 @@ for %%i in (!exclusions!) do (
winget pin remove --id %%i >NUL
)
:: MSStore apps
:: TODO
:: Windows Update
PowerShell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^
"Get-WindowsUpdate -AcceptAll -Install"