Removing more annoying context menus

In addition to an earlier article on removing annoying context menus in Windows:

  • Removing “Move to Dropbox“:
    regsvr32 /u "C:\Users\[username]\AppData\Roaming\Dropbox\bin\DropboxExt.22.dll"
  • Removing “SnagIt” context menu:
    regsvr32 /u "C:\Program Files (x86)\TechSmith\SnagIt 11\SnagItShellExt.dll"

Windows Media Player is also pretty stubborn. To get rid of “Add to Windows Media Player list”, “Play with Windows Media Player” and “Shop for music online”, you need to remove the following registry keys:
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Enqueue
HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Play
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPShopMusic

Getting rid of annoying context menu options

Some programs insist on adding items to the context menu. Most of the time, the installation program does not ask first whether I want that – mostly I don’t – and even more annoyingly, most programs also do not offer an easy way to turn off the integration into the right-click menu.

Luckily, there are tools that can help reducing the clutter to something meaningful, like Nirsoft’s excellent ShellMenuView and ShellExView
shellmenuview shexview.

Unforyunately, some companies make it very difficult to get rid of their additions. Adobe is really getting on my nerves, as it adds a variety of items that I don’t find useful, some of which I can’t even get rid of with the above mentioned tools from Nirsoft.

If you also want to keep a clean right-click menu in Windows Explorer, the below information might help:

  • To remove the Combine supported files in Acrobat context menu item:
    regsvr32 /u "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu.dll"
    or for 64-bit Windows:
    regsvr32 /u "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat Elements\ContextMenu64.dll"
  • To remove Outlook PDF Maker:
    regsvr32 /u "C:\Program Files (x86)\Adobe\Acrobat 10.0\PDFMaker\Mail\Outlook\PDFMOutlook.dll"