
Quote: Originally Posted by
Brink
Yep, that's what it was. The entry below in your REG file is what added it. The CLSID key
{21EC2020-3AEA-1069-A2DD-08002B30309D} in it is for the "All Control Panel Items". The
MyComputer key indicates the CLSID being placed in the Computer window.
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D} The REG file below will remove it for you.

This is exactly what I wanted (to add All Control Panel Item, not to remove it)! But under Desktop, not under MyComputer. So I just tried to add this key :
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D} And it worked!... But it also add a control panel icon to my desktop. So I just deleted the new key, and for a reason I don't understand, I now have the Recycle Bin in my Navigation pane under Desktop.
I tried to remove it (again) with this tuto :
Recycle Bin - Add or Remove from Navigation Pane
But it doesn't work. Does anyone have a solution?
Thanks!