From 51245e0bb1865cd920578701b904cee00d470f37 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 16 Dec 2022 12:48:01 +0100 Subject: [PATCH] remove useless line --- windows/update.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/update.bat b/windows/update.bat index b63851c..faf65ec 100644 --- a/windows/update.bat +++ b/windows/update.bat @@ -13,7 +13,6 @@ winget upgrade -h --all :: Windows Update powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^ - "Import-Module PSWindowsUpdate;" ^ "Get-WindowsUpdate -AcceptAll -Install" pause