diff --git a/windows/update.bat b/windows/update.bat index 74f7284..38df10f 100644 --- a/windows/update.bat +++ b/windows/update.bat @@ -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"