remove useless line

This commit is contained in:
Mylloon 2022-12-16 12:48:01 +01:00
parent 51c18cef2b
commit 51245e0bb1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,7 +13,6 @@ winget upgrade -h --all
:: Windows Update :: Windows Update
powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^ powershell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^
"Import-Module PSWindowsUpdate;" ^
"Get-WindowsUpdate -AcceptAll -Install" "Get-WindowsUpdate -AcceptAll -Install"
pause pause