PDA

View Full Version : Remove My Computer from Desktop



pabrown
10-31-2001, 08:15 PM
How do you remove My Computer from the desktop when it's NOT in this key:

Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\
Explorer\Desktop\NameSpace]

Thanks,
Pat

POBrien
10-31-2001, 11:41 PM
You can't remove it.. You can in XP.

If you want to disable the double click action on it drill down too...

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]

and place a minus sign in front of the clsid number.

like this..

[HKEY_CLASSES_ROOT\CLSID\-{20D04FE0-3AEA-1069-A2D8-08002B30309D}]

This will stop user from opening it.