From 74a5f3eda6732c25f1581e51d00fb69d2b20d8d7 Mon Sep 17 00:00:00 2001 From: Neac0 <93326513+Neac0@users.noreply.github.com> Date: Sat, 6 Jun 2026 22:03:21 +0200 Subject: [PATCH] Fix Remove Home and Gallery Fixes the deletion of "Home" and "Gallery" in File Explorer. Now it correctly deletes both. --- config/tweaks.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 9b6785a52f..e73d989919 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -692,7 +692,7 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeonedrive" }, - "WPFTweaksRemoveHome": { + "WPFTweaksRemoveHomeAndGallery": { "Content": "File Explorer Home and Gallery - Disable", "Description": "Removes the Home and Gallery from Explorer and sets This PC as default.", "category": "z__Advanced Tweaks - CAUTION", @@ -705,6 +705,13 @@ "Type": "DWord", "OriginalValue": "" }, + { + "Path": "HKCU:\\Software\\Classes\\CLSID\\{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}", + "Name": "System.IsPinnedToNameSpaceTree", + "Value": "0", + "Type": "DWord", + "OriginalValue": "" + }, { "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", "Name": "LaunchTo",