Better yet, add the option to your context menu for easy future changes:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
To add Rename to the menu, change Attributes to 50 01 00 20
To add Delete to the menu, change Attributes to 60 01 00 20
To add both Renamme & Delete to the menu, change Attributes to 70,01,00,20
To Restore the icon if it's deleted, go to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}] and add a key named Recycle Bin
To reset Windows defaults, go to [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] and change Attributes to 40 01 00 20
More edits to the context menus:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
Add Copy to the menu, change Attributes to 41 01 00 20
Add Cut to the menu, change Attributes to 42 01 00 20
Add Copy & Cut to the menu, change Attributes to 43 01 00 20
Add Paste to the menu, change Attributes to 44 01 00 20
Add Copy & Paste to the menu, change Attributes to 45 01 00 20
Add Cut & Paste to the menu, change Attributes to 46 01 00 20
Add all Cut, Copy & Paste to the menu, change Attributes to 47 01 00 20
|