Added Winget upgrade all apps
This commit is contained in:
parent
cdb505bf34
commit
7921ce00c5
1 changed files with 5 additions and 0 deletions
|
|
@ -17,4 +17,9 @@ Register-ScheduledTask -TaskName "Daily System Restore" -Action (New-ScheduledTa
|
|||
|
||||
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" -Name "SystemRestorePointFrequency" -Value 0 -Type DWORD -Force
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# Updating all apps
|
||||
|
||||
winget upgrade --all
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue