From 7921ce00c5f8430f64e5b17fa15420653f768e09 Mon Sep 17 00:00:00 2001 From: Joeri Date: Sat, 7 Feb 2026 09:16:19 +0100 Subject: [PATCH] Added Winget upgrade all apps --- cleanup.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cleanup.ps1 b/cleanup.ps1 index 98aa76b..63dab24 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -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 + # -------------------------------------------------------------------------------- \ No newline at end of file