From cc3b60437e0358f61480ec4f215146e7ed6b31f6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 1 Oct 2023 11:01:39 +0200 Subject: [PATCH] note --- windows/update.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/update.bat b/windows/update.bat index 050fea5..1002762 100644 --- a/windows/update.bat +++ b/windows/update.bat @@ -11,6 +11,9 @@ fltmc >NUL 2>&1 || ( :: Windows programs winget upgrade -h --all +:: NOTE: If you want to not update a package, you can pin it: +:: winget pin add --id ID.OF.THE.APP + :: Windows Update PowerShell -Command "Set-ExecutionPolicy Bypass -Scope Process;" ^ "Get-WindowsUpdate -AcceptAll -Install"