Ever want a fast way to access thing you do over and over again... you probably create a shortcut on your desktop, right? Well what if you have 10 windows open, how are you going to get there easily? Here is the solution, simply right-click on My Computer and the context menu will be vastly improved.
What's that you say, it doesn't look any different. Well if you download and run
this file, it will certainly look different the next time you right click it. I encourage you to open the file with notepad and view it first (never install something that will modify your registry that you download from the Internet without knowing what it does first!!)
The contents of this registry file is listed below:
Windows Registry Editor Version 5.00
;Adds Control Panel to right click of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
;Adds Add/Remove to right click of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"
;Adds Drive Cleanup to right click of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Drive Cleanup\command]
@="cleanmgr"
;Adds Services to right click of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Services]
@=hex(2)& #58;53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,0
0,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2)& #58;25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,0
0,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,0
0,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,7
3,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,0
0,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,6
5,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00
;Adds System Restore to right click of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\System Restore\command]
@=hex(2)& #58;25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,0
0,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,65,0
0,73,00,74,00,6f,00,72,00, 65,00,5c,00,72,00,73,00,74,00,72,00,75,00,69,00,2
e,00,65,00,78,00,65,00,00, 00
;Adds LogOff to right click of My Computer. I add the [] to group these
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[LogOff]\command]
@="shutdown -l -f -t 5"
;Adds Reboot to right click of My Computer. I add the [] to group these
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
;Adds Shutdown to right click of My Computer. I add the [] to group these
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
mypc_context.regSave that and right click it and choose merge. Should be instantantly added to the right click of your My Computer icon.
Add a shortcut to any folder and it appears on Start Menu and all folders.
Note: This will appear on all Users menus.
I add the -| |- to make it look neater and easier to find, not needed. Just add the name you want to appear to replace this -| UnattendXP |-
Then paste your app dir without a backslash. D:\\_Appzz\\_UnattendXP
Easy way to jump to my current programming project.
Add as many as you like.
AnyFolder.regSave this as AnyFolder.reg.
It now points to C:\Windows\Inf folder and you can modify it to what you want. Note you need the double \\ in it.