

Are you a systems administrator who would like to control the system folders that are displayed on a users machine? System folders with icons like the Network Neighborhood, My Computer, Control Panel, and more? Sometimes controlling these is as simple as taking them out of the sight of the user. You may also want the flexibility to control the right click context menu of any system folder. To do this one must understand the CLSID.
Each system folder has a unique CLSID key or Class ID, which is a 16-byte value that identifies an individual object that points to a corresponding key in the Registry.
If you want to take these system folder icons out of sight, simply go to the following Registry keys and delete the 16-byte CLSID value within "NameSpace".
Here is how:
Here are the CLSID values for the most common system folder icons:
For example, to delete the Recycle Bin, note its CLSID value above, which is: 645FF040-5081-101B-9F08-00AA002F954E. Now, go to the Namespace key in the Registry and delete the corresponding key.
Now for the flexibility to control the right click context menu of any system folder...I will again use the Recycle Bin as the example. First, launch the Registry editor and open the following Registry key:
In the right pane, there will be a DWORD value names attributes. Now consider the following options:
To reset the default Windows options change the value of Attributes back to: 40 01 00 20
There you have it some basic ways to take control of system folders using the CLSID.