Right Click Start Menu Modificaiton

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

I installed McAfee VirusScan and have managed to get rid of most of the junk
McAfee pastes on taskbars and screens except for one item.

How do I delete the "Scan with McAfee VirusScan" from the right click Start
menu.

I'm using XP Home edition.

Thanks for your help.
 
It is there because it is on the r/c for folders. If you remove it there it will be removed for all folders.
 
Look at these two (I'm not counting number 1) locations.

HKEY_CLASSES_ROOT\Folder (prob not this one - this applies to all folders incl virtual folders)
HKEY_CLASSES_ROOT\Directory (probably is this one - this applies to all real folders)
HKEY_CLASSES_ROOT\AllFilesystemObjects (if not above one will be this one - this is all real folders and all files)

McAfee probably uses a shell extension.

Under each of the above key look under the shell key and see if McAfee is there. If not look under the shellex\contextmenu key. It should have human readable description, but as this is optional it may not have. In which case make a note of the long numbers and look them up at
HKEY_CLASSES_ROOT\CLSID\<number from context menu>
Under this key will be an server key of some type probably InProcServer32, look up the file path of the server (the program that supplies the menu - nothing to do with computer servers). One will be to the McAfee folder. This is the number you want to remove.

If you had AVG av program you would find this

HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\AVG Shell Extension
@="{1E2CDF40-419B-11D2-A5A1-002018648BA7}"

and you would remove the AVG Shell Extension key. Note it could appear as

HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\{1E2CDF40-419B-11D2-A5A1-002018648BA7}
@="AVG Shell Extension"

In which case you remove the number.

Programs can use either form but they often don't bother putting in the description with the second form, meaning you have to look the number up to see what it is.
 
Back
Top