How would you like the option to be able to empty the Recycle Bin with just a right-click on a drive or folder in My Computer(Windows Explorer)? Here's how.
Copy this info into Notepad and save as a .reg file
For the option to appear when right-clicking a drive
 
;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
For the option to appear when right-clicking a folder
;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
For the option to appear for a drive and a folder
;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
Right-click the .reg file and select merge.
No comments:
Post a Comment