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