From 06251e7015afd6a9501534ea29037e66fc2757d7 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 4 Jun 2024 03:31:32 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 4 ++-- xaml/inputTweaks.xaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = '