todo
This commit is contained in:
parent
2fe6af85a5
commit
78b1fc6177
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue