Added Winget upgrade all apps

This commit is contained in:
Joeri 2026-02-07 09:16:19 +01:00
parent cdb505bf34
commit 7921ce00c5

View file

@ -18,3 +18,8 @@ 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 Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" -Name "SystemRestorePointFrequency" -Value 0 -Type DWORD -Force
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
# Updating all apps
winget upgrade --all
# --------------------------------------------------------------------------------