note
This commit is contained in:
parent
a497b604d3
commit
cc3b60437e
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue