From c9e6861ad46568dbac8867563cd4140555d63094 Mon Sep 17 00:00:00 2001 From: Chris Titus Tech Date: Mon, 17 Nov 2025 06:50:06 -0600 Subject: [PATCH] final fix for tweaks order --- config/tweaks.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 5ea98249..350dd1d9 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -63,9 +63,9 @@ "WPFTweaksLaptopHibernation": { "Content": "Set Hibernation as default (good for laptops)", "Description": "Most modern laptops have connected standby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399", - "category": "Essential Tweaks", + "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "Order": "a014_", + "Order": "a027_", "registry": [ { "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Power\\PowerSettings\\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0", @@ -2464,9 +2464,9 @@ "WPFTweaksPowershell7": { "Content": "Change Windows Terminal default: PowerShell 5 -> PowerShell 7", "Description": "This will edit the config file of the Windows Terminal replacing PowerShell 5 with PowerShell 7 and installing PS7 if necessary", - "category": "Essential Tweaks", + "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "Order": "a009_", + "Order": "a022_", "InvokeScript": [ "Invoke-WPFTweakPS7 -action \"PS7\"" ], @@ -2587,9 +2587,9 @@ "WPFTweaksRecallOff": { "Content": "Disable Recall", "Description": "Turn Recall off", - "category": "Essential Tweaks", + "category": "z__Advanced Tweaks - CAUTION", "panel": "1", - "Order": "a011_", + "Order": "a025_", "registry": [ { "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsAI",