Sometimes we can save a lot of time by adding shortcuts to some programs or system functions for the convenience of operation. Win7 System's right button menu is a very good choice. What happens when a user wants to add the most commonly used empty Recycle Bin and reboot system functionality to the Win7 system?
To set up the steps:
1, on the keyboard we directly press the "WIN+R" key combination of the "Run" menu, and then everyone entered the "regedit" instruction into the Registry Editor, followed by the selection of "Hkey_classes_rootdirectoryshell" subkey. Under this subkey we "new" a subkey named "Reset", and its key value entry is the "Restart" item.
2, everyone continue "Reset" under the subkey "new" a subkey named "Command", then we set the key value of this subkey is Shutdown–r–t 1–c "1 seconds later reboot" on the line.
Log off or restart the computer can be effective, we use the right click on any folder, we right-click on the menu can see the "restart" instructions.
3, to the right menu inside our new "Empty Recycle Bin" option steps:
Windows Registry Editor Version 5.00
[Hkey_classes_root*shellempty]
"Commandstatehandler" = "{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description" = "@shell32. dll,-31332"
"Icon" = "shell32.dll,-254"
"MUIVerb" = "@shell32. dll,-10564"
[Hkey_classes_root*shellemptycommand]
"Delegateexecute" = "{48527bb3-e8de-450b-8910-8c4099cb8624}"
[Hkey_classes_rootfoldershellempty]
"Commandstatehandler" = "{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description" = "@shell32. dll,-31332"
"Icon" = "shell32.dll,-254"
"MUIVerb" = "@shell32. dll,-10564"
[Hkey_classes_rootfoldershellemptycommand]
"Delegateexecute" = "{48527bb3-e8de-450b-8910-8c4099cb8624}"
4, the user to the above data code by copying and pasting the way directly saved to the new Notepad, then save it as a "**.reg" suffix of the file, followed by the import of the Win7 pure version of the 64-bit system of the registry, when using the right mouse button on any single folder, You can see the option to empty the Recycle Bin in the right button menu.