My computer right click menu: Difference between revisions

From ETCwiki
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 11: Line 11:




[[Category:Microsoft Windows]]
[[Category:Software]]

Latest revision as of 15:47, 25 July 2015

To add a shortcut for disk cleanup when you right click my computer, and see the dropdown menu, copy the code below into a file drivecleanup.reg and run it.


Windows Registry Editor Version 5.00
 
;Adds Drive Cleanup to right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Drive Cleanup\command]
@="cleanmgr"