7

Sometimes applications plug into the context menu that I get on right-click on files and folders in Windows Explorer. After some time this menu gets really messy and I just want to clean it up.

Can you tell me how I can do this?

slm
  • 7,355
  • 16
  • 54
  • 72
Sebastian Hoitz
  • 3,019
  • 3
  • 23
  • 19

2 Answers2

4

You can use ShellExView to disable context menu addons.

3

You have to edit your registry, it's easiest do do this for the context menu of directories:

  • Run regedit
  • Navigate to HKEY_CLASSES_ROOT\Directory\shell
  • Remove the keys that correspond to the unwanted commands

Each filetype (file extension) has its own additional commands which you can find under HKEY_CLASSES_ROOT\Directory\.EXT

If you want to remove a specific menu entry, it might be easier to just search for the context menu string in the registry.

Palmin
  • 350
  • 6
  • 10