By using this tweak you can display only selected options in the context menu of Recycle Bin (right click on icon). For example, you can display only one or more of items like Rename and/or Delete.
For this, go to Start > Run menu, enter “regedit” and navigate to the registry path listed below. You can create a REG_BINARY (Binary Value) value “Attributes”, if this value does not exist.
Now, right-click and modify the Binary value “Attributes”, by using the table given below, depending on the options you want to show in the context menu. If you want to enable more than one option, just simply make the sum of numbers.
| Mask | Description |
| 10 00 00 00 | Object can be renamed |
| 20 00 00 00 | Object can be deleted |
| 40 00 00 00 | Object have a property sheet |
| 01 00 00 00 | Object can be copied |
| 02 00 00 00 | Object can be moved |
| 04 00 00 00 | Object can be linked |
| 00 01 00 00 | Object can be pasted into |
| 00 00 10 00 | Object is a non-enumerated object (?) |
| 00 00 20 00 | Object should show bold in explorer tree |
| 00 00 01 00 | Object is shortcut (arrow) |
| 00 00 02 00 | Object is shared (hand) |
| 00 00 04 00 | Object has readonly attribute |
| 00 00 08 00 | Object has disabled look |
| 00 00 00 10 | Object contain file system folder (?) |
| 00 00 00 20 | Object is a folder |
| 00 00 00 40 | Object is "part of the file system (that is, they are files, directories, or root directories") |
| 00 00 00 80 | Object contain folders(expandable in explorer/plus sign) |
| 00 00 00 01 | Invalidate cached information(content is checked) |
| 00 00 00 02 | Object is on removable media |
| 00 00 00 04 | Object is compressed (alt color) |
| 00 00 00 08 | The specified items can be browsed in place (?) |
The changes take effect after a restart or logoff.