From 1aee3c007c198dd82877bc320be33966ed65e2ce Mon Sep 17 00:00:00 2001 From: MyDrift Date: Fri, 7 Mar 2025 17:38:49 +0100 Subject: [PATCH] addHideSettingsToggle --- config/tweaks.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 799df24a..e8657b8a 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3414,12 +3414,29 @@ ], "link": "https://christitustech.github.io/winutil/dev/tweaks/Customize-Preferences/WPFToggleStartMenuRecommendations" }, + "WPFToggleHideSettingsHome": { + "Content": "Remove Settings Home Page", + "Description": "Removes the Home page in the Windows Settings app.", + "category": "Customize Preferences", + "panel": "2", + "Order": "a105_", + "Type": "Toggle", + "registry": [ + { + "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer", + "Name": "SettingsPageVisibility", + "Type": "String", + "Value": "hide:home", + "OriginalValue": "" + } + ] + }, "WPFToggleSnapWindow": { "Content": "Snap Window", "Description": "If enabled you can align windows by dragging them. | Relogin Required", "category": "Customize Preferences", "panel": "2", - "Order": "a105_", + "Order": "a106_", "Type": "Toggle", "registry": [ { @@ -3438,7 +3455,7 @@ "Description": "If enabled then Snap preview is disabled when maximize button is hovered.", "category": "Customize Preferences", "panel": "2", - "Order": "a106_", + "Order": "a107_", "Type": "Toggle", "registry": [ { @@ -3467,7 +3484,7 @@ "Description": "If enabled then you will get suggestions to snap other applications in the left over spaces.", "category": "Customize Preferences", "panel": "2", - "Order": "a107_", + "Order": "a108_", "Type": "Toggle", "registry": [ { @@ -3496,7 +3513,7 @@ "Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.", "category": "Customize Preferences", "panel": "2", - "Order": "a108_", + "Order": "a109_", "Type": "Toggle", "registry": [ { @@ -3531,7 +3548,7 @@ "Description": "If Enabled then Sticky Keys is activated - Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.", "category": "Customize Preferences", "panel": "2", - "Order": "a109_", + "Order": "a110_", "Type": "Toggle", "registry": [ {