- Open start->run in run type regedit press enter
- Go to HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}ShellFolder.
- In the right pane there will be a DWORD value names attributes. Now consider the following options:To Add the Rename option to the menu, change the value of Attributes to
50 01 00 20To Add the Delete option to the menu, change the value of Attributes to
60 01 00 20To Add both the Rename & Delete options to the menu, change the value of Attributes to 70,01,00,20
To Add Copy to the menu, change Attributes to
41 01 00 20To Add Cut to the menu, change Attributes to
42 01 00 20To Add Copy & Cut to the menu, change Attributes to
43 01 00 20To Add Paste to the menu, change Attributes to
44 01 00 20To Add Copy & Paste to the menu, change Attributes to
45 01 00 20To Add Cut & Paste to the menu, change Attributes to
46 01 00 20To Add all Cut, Copy & Paste to the menu, change Attributes to
47 01 00 20
EXAMPLE:We want to add only the Rename option to the right click context menu of the Recycle Bin,
So change the value of attributes to:
50 01 00 20.
Press F5 to refresh and then after rebooting you will find that when you right click on the
Recycle Bin a RENAME option pops up too.
To Reset the default Windows options change the value of Attributes back to
40 01 00 20.