ShellMenuView and ShellExView will help you to "permanently" hide them. If you don't want to see them all the time but still have their use, you can always move them to the extended context menu (you know, where you hold down shift before right clicking).
Obviously you're going to have to find the registry keys you need to move. Then you just add an "extended" entry.
Not Moved:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\Shell\Copy File Name]
"Icon"="E:\\ICONS\\System Context\\Edit.ico"
[HKEY_CLASSES_ROOT\*\Shell\Copy File Name\Command]
@="\"C:\\Windows\\Copy\\arg2cp.exe\" \"%1\""
Moved:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\Shell\Copy File Name]
"Icon"="E:\\ICONS\\System Context\\Edit.ico"
"Extended"=""
[HKEY_CLASSES_ROOT\*\Shell\Copy File Name\Command]
@="\"C:\\Windows\\Copy\\arg2cp.exe\" \"%1\""
Not Moved:
Moved:
HTH.
If you need any more help/info...