From 2c2fc64f3a70599de79f2f49015a61818723e04e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 16 Dec 2022 12:48:32 +0100 Subject: [PATCH] windows update before winget --- windows/update.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/update.bat b/windows/update.bat index faf65ec..a32359c 100644 --- a/windows/update.bat +++ b/windows/update.bat @@ -8,12 +8,12 @@ fltmc >nul 2>&1 || ( exit 0 ) -:: Windows programs -winget upgrade -h --all - :: Windows Update powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^ "Get-WindowsUpdate -AcceptAll -Install" +:: Windows programs +winget upgrade -h --all + pause exit /b