How to remove items from the right click (context) menu in Windows?

I've written a lengthy explanation of how to clean up a messy context menu, using either the registry editor:

If you want to clean things up the truly geeky way, you can open up regedit.exe through the start menu search or run box, and then browse down to one of the following keys…

Most of the menu items that used for all files and folders can be found by looking at one of these keys:

HKEY_CLASSES_ROOT\*\shell

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers

HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx

Items that are specific to folders can usually be found in one of these keys instead:

HKEY_CLASSES_ROOT\Directory\shell

HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers

You can read more at: How to Clean Up Your Messy Windows Context Menu

Or use some freeware NirSoft tools like ShellMenuView or ShellExView.

alt text


From here:

  1. Click Start
  2. Click Run
  3. Type in regedit and click ENTER
  4. Browse to the following: HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
  5. You simply delete or export then delete the keys you do not want

There are several "kinds" of menu handlers, however, so you could browse to any of the following and perhaps find stuff you want to get rid of:

HKEY_CLASSES_ROOT\*\OpenWithList
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Directory\Background
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Drive\shell
HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers 

If you're running Windows XP, Microsoft has a free utility called Microsoft PowerToys for Windows XP. The specific "PowerToy" that has the remove menu items options is called "TweakUI".

How to edit menu options with TweakUI:

  1. Download, install and open TweakUI.
  2. Click on the the "Templates" option on the left hand side.
  3. Check/uncheck the items you want.
  4. Bonus: Add other custom items.

Link

  • Windows XP downloads