Dug around through my stuff and came up with these.
You can pratically add anything you like but you have to play with the values to get it right.
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 - may have been already posted but its in my list
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,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):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,65,00,73,00,74,00,6f,00,72,00,\
65,00,5c,00,72,00,73,00,74,00,72,00,75,00,69,00,2e,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.reg
Save 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.reg
Save 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.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\INFfolder]
[HKEY_CLASSES_ROOT\Directory\shell\INFfolder\Command]
@="C:\\WINDOWS\\EXPLORER.EXE /e,C:\\WINDOWS\\inf"
EDIT: Added shortcut to any folder from below.
EDIT added reg file