diff --git a/winutil.ps1 b/winutil.ps1 index 157da224..90021ef0 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -11256,7 +11256,7 @@ $sync.configs.tweaks = '{ "Description": "Erases TEMP Folders", "category": "Essential Tweaks", "panel": "1", - "Order": "a009_", + "Order": "a002_", "InvokeScript": [ "Get-ChildItem -Path \"C:\\Windows\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse Get-ChildItem -Path $env:TEMP *.* -Recurse | Remove-Item -Force -Recurse" @@ -13828,6 +13828,7 @@ $inputXML = '