From bced250ae1dd62db0a4d091bd53da0b4514e3ea7 Mon Sep 17 00:00:00 2001 From: Neac0 <93326513+Neac0@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:10:19 +0200 Subject: [PATCH] Fix Remove Home and Gallery (#4654) 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 0d82b4da..a8212dd7 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -694,7 +694,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", @@ -707,6 +707,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",