If you’ve just made the jump to Windows 11 and find yourself scrolling through endless context menu options like Edit with Photos, Edit with Paint, or even Edit in Notepad, you’re probably wondering, "Why am I wading through this clutter every time I right-click?" Let’s face it: The context menu – also known as the right-click menu – has become a bit of a hot mess in Windows 11. Unlike its predecessor, Windows 10, where the context menu kept things sleek and manageable, its successor has thrown in seemingly everything but the kitchen sink.
Fear not, though! With a few Registry tweaks (think of them as the "control center" for deep Windows personalization), you can declutter this menu and return it to its rightful, minimalistic glory. And don’t worry—I’ll guide you through this step-by-step, with warnings before the tricky parts to keep your system safe.
So – why keep all these entries if you don’t use them? Now’s the time to roll up your sleeves and start cleaning.
Now that you’re in the right spot, you’ll see a folder labeled Shell Extensions in the left-hand pane.
| Context Menu Option | String Value |
|--------------------------|----------------------------------------------------|
| Edit with Photos |
| Edit with Paint |
| Edit in Notepad |
The process above might seem technical, but with careful execution and a solid backup, it’s entirely manageable—even for those less savvy with system tinkering. So why not take control of your context menu today? After all, your PC should work for you, not against you.
Share your thoughts or let us know how decluttering worked out for you in the comments below! What unnecessary context menu items drive you crazy? Let’s talk!
Source: How-To Geek How to Remove Redundant Entries From the Windows 11 Context Menu
Fear not, though! With a few Registry tweaks (think of them as the "control center" for deep Windows personalization), you can declutter this menu and return it to its rightful, minimalistic glory. And don’t worry—I’ll guide you through this step-by-step, with warnings before the tricky parts to keep your system safe.
Why You Should Clean Up Your Windows 11 Context Menu
First, let’s examine the reasons to clean up your right-click menu. Beyond aesthetics, there are practical reasons:- Speed Enhancements: Fewer entries mean faster access to the options you actually use.
- Reduce Confusion: Why endlessly scroll or hunt down the one context menu item you need when you can have a menu that’s short and sweet?
- Professionalism: An uncluttered menu looks cleaner and less chaotic during screen shares or presentations.
So – why keep all these entries if you don’t use them? Now’s the time to roll up your sleeves and start cleaning.
The Power of the Windows Registry: A Quick Word of Caution
When tweaking Windows’ Registry, think of yourself as a surgeon delicately navigating the nervous system of your PC. A small mistake can lead to unintended consequences, such as unstable behavior or even system failure. Don’t worry though—if you back up your system first and follow this guide carefully, you’ll be just fine.Backup Your System First!
- Create a Restore Point:
- Go to Start and type Create a restore point.
- Select your system drive (usually C, click Configure, and ensure system protection is turned ON.
- Click Create, name the restore point (e.g., Before Context Menu Changes), and let Windows do its thing.
- Export a Backup of the Registry (Optional but Handy):
- Open Run (
Win + R
), typeregedit
, and hit Enter. - Navigate to File > Export in the Registry Editor and save a backup file.
- Open Run (
Deleting Context Menu Entries: The Hands-On Guide
Here’s how to strip away redundant entries like Edit with Photos, Edit with Paint, and Edit in Notepad. We’ll leverage a specific Registry key where Windows stores the list of options displayed in the context menu.Step 1: Open The Registry Editor
- Press
Win + R
. - Type
regedit
and hit Enter. - Approve the User Account Control (UAC) prompt by clicking Yes.
Step 2: Navigate to the Critical Key
In the Registry Editor, head to this location:
Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions
Step 3: Create a "Blocked" Key
- Right-click the Shell Extensions folder.
- Hover over New and select Key.
- Name the new key Blocked.
Step 4: Add Entries to Remove
Within the new Blocked folder, you’ll add specific string values to disable context menu entries. Here’s the cheat sheet:| Context Menu Option | String Value |
|--------------------------|----------------------------------------------------|
| Edit with Photos |
{BFE0E2A4-C70C-4AD7-AC3D-10D1ECEBB5B4}
|| Edit with Paint |
{2430F218-B743-4FD6-97BF-5C76541B4AE9}
|| Edit in Notepad |
{CA6CC9F1-867A-481E-951E-A28C5E4F01EA}
|Add These Entries:
- Right-click the Blocked folder and select New > String Value.
- Name the new string value exactly as it appears in the table above (e.g., for Edit with Photos, enter
{BFE0E2A4-C70C-4AD7-AC3D-10D1ECEBB5B4}
). - Repeat this for each entry you want removed.
Step 5: Restart Your PC
To apply the changes, simply restart your computer. Once you’re back online, check out your context menu—it should now be significantly tidier, with the redundant entries gone.Optional: Uninstall Paint to Go a Step Further
If you never use Microsoft Paint and want to nuke the Edit with Paint context menu option entirely, uninstalling the Paint app is a simple alternative. Follow these steps:- Press
Win + I
to open Settings. - Navigate to Apps > Installed Apps.
- Find Paint in the list, click the three-dot menu icon, and choose Uninstall.
- Confirm your choice.
Restoring Entries If You Change Your Mind
Oops—did you remove something you actually miss? Here’s how to make the entries reappear:- Open regedit and navigate back to the Blocked key.
- Delete the string value associated with the option you want restored (e.g., delete
{BFE0E2A4-C70C-4AD7-AC3D-10D1ECEBB5B4}
to restore Edit with Photos). - Restart your computer to finalize the restoration.
Final Thoughts
Windows 11 may have brought some delightful visual updates, but the cluttered context menu definitely isn’t winning any awards. By trimming down redundant entries, not only can you recapture the minimalism of Windows 10, but you can also create a smoother, less frustrating user experience.The process above might seem technical, but with careful execution and a solid backup, it’s entirely manageable—even for those less savvy with system tinkering. So why not take control of your context menu today? After all, your PC should work for you, not against you.
Share your thoughts or let us know how decluttering worked out for you in the comments below! What unnecessary context menu items drive you crazy? Let’s talk!
Source: How-To Geek How to Remove Redundant Entries From the Windows 11 Context Menu