From 78b1fc617755f8c9089a69d9a186acbea3c32c14 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 Jul 2024 15:10:41 +0200 Subject: [PATCH] todo --- windows/update.bat | 3 +++ 1 file changed, 3 insertions(+) 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"