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?

Thanks!

link|improve this question

73% accept rate
feedback

2 Answers

up vote 3 down vote accepted

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.

link|improve this answer
feedback

You can use ShellExView to disable context menu addons.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.