maurice_ Posted July 18, 2004 Share Posted July 18, 2004 how do I cleanup the menu when you rightclick on a file.I like clean and this is NOT clean .Screenie of the prob:Greets Link to comment Share on other sites More sharing options...
ravashaak Posted July 18, 2004 Share Posted July 18, 2004 Here's a couple of links on the subject: Link 1 Link 2Hope this helps... - Ravashaak Link to comment Share on other sites More sharing options...
rustycaps Posted July 19, 2004 Share Posted July 19, 2004 Here is my code from a reg file run from a batch file run at startup (sounds a mouthful hey! - basically on logon it runs the batch file which has this reg entry in it to run silently)Batch file:regedit /s f:\winsetup\regedits\del_right_click.regReg file:Windows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ICQMenu][-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\CuteFTP][-HKEY_CLASSES_ROOT\Applications\Winamp.exe\shell][-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\ICQMenu][-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\CuteFTP][-HKEY_CLASSES_ROOT\Directory\shell\ACDBrowse][-HKEY_CLASSES_ROOT\Directory\shell\Winamp.Bookmark][-HKEY_CLASSES_ROOT\Directory\shell\Winamp.Enqueue][-HKEY_CLASSES_ROOT\Directory\shell\Winamp.Play][-HKEY_CLASSES_ROOT\Drive\shell\ACDBrowse][-HKEY_CLASSES_ROOT\Drive\shell\PartitionMagic 8.0][-HKEY_CLASSES_ROOT\Drive\shell\Scan with Ad-aware...][-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\CuteFTP][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\CuteFTP][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\ACDBrowse][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\PartitionMagic 8.0][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Scan with Ad-aware...][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\CuteFTP][-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\CuteFTP]I just went through the registry and found any reference to the offending items and exported what I found to be the relevant keys - mainly those relating to folders\directories and drives. Link to comment Share on other sites More sharing options...
jayroller Posted July 21, 2004 Share Posted July 21, 2004 Good work fellas, it's just started to annoy me too, the context menu filling up (Usually I've had to re-install by the time its getting full... ). The top link of ravashaak's post sorted me out - cheers mate! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now