Ok, here's what you need to do:
- Click Start -> Run -> type:
regedit
- Click OK
- Expand the following key:
HKEY_CLASSES_ROOT\*\shell
- This key may have subkeys which relate to context menu items which affect all files. For example, I have two subkeys here:
Rename with NameWiz
&
Scan with Pest Patrol
- If I delete those entries, the corresponding Context Menu entry is removed
- There are quite a few more registry keys which control Context Menu items, so all you need to do is follow the above instructions on the following keys:
All files:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
Directories:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shell
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers
Drives:
HKEY_CLASSES_ROOT\Drive\shell
HKEY_CLASSES_ROOT\Drive\ShellEx\ContextMenuHandlers
Audio files:
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers
Video files:
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell
HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shellex\ContextMenuHandlers
Image files:
HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell
HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers
There are quite a few others that relate to individual file types but that should be enough to do what you need to but if you have any problems, please let me know.
As always with registry editing...either backup the entire registry before you start or back up the individual keys before editing/deleting them.
Hope that helps
