win: enhance Recall disable script with complete policies and file cleanup#627
Open
canyoufeelthelove wants to merge 29 commits intoundergroundwires:masterfrom
Open
win: enhance Recall disable script with complete policies and file cleanup#627canyoufeelthelove wants to merge 29 commits intoundergroundwires:masterfrom
canyoufeelthelove wants to merge 29 commits intoundergroundwires:masterfrom
Conversation
Add new script under Privacy cleanup category that removes the redundant
"Drives" group from File Explorer navigation pane. In Windows 11, drives
often appear duplicated - once under "This PC" and again under a separate
"Drives" section.
This change improves UI cleanliness by hiding the duplicate group while
keeping all drives fully accessible from "This PC". The script includes
proper revert functionality and follows the project's pattern using
RunPowerShell function with inline code.
Implementation uses registry path:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\
DelegateFolders\{F5FB2C77-0E2F-4A16-A381-3E560C68BC83}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR enhances the existing "Disable Recall" script with comprehensive functionality:
✅ Changes made
WindowsCopilottoWindowsAI(official path)UKPfolder with local snapshots🔍 Before (original)
WindowsCopilot)✨ After (enhanced)
WindowsAI)🧪 Tested on
📋 Checklist
win:prefix