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"