Right-Click Tweaks (2000, XP, Vista, 2003, 2008 & 7)

(Add Right Click Tweaks)

(Remove Right Click Tweaks)

Here are some reg tweaks to add right click options to "My Computer" and others.
Windows 2000/XP/2003/Vista/2008/7

-----------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

;
;Adds Add/Remove Programs to right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
@="control appwiz.cpl"

;
;Adds Device Manager to right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe devmgmt.msc"

;Add "MSCONFIG" to the right click menu of "My Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig]
@="MSconfig"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command]
@="msconfig.exe"

;Add "System Properties" to the right click menu of "My Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp]
@=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,20,00,50,00,72,00,6f,00,70,00,65,\
00,72,00,74,00,69,00,65,00,73,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp\command]
@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,20,00,73,00,79,00,73,00,64,\
00,6d,00,2e,00,63,00,70,00,6c,00,00,00

;Add "Command Prompt" when you right click on a folder

[HKEY_CLASSES_ROOT\Folder\shell\Command Prompt]

[HKEY_CLASSES_ROOT\Folder\shell\Command Prompt\command]
@="cmd.exe /k pushd %L"

;Add 'Copy to Folder' and 'Move to Folder' to right click

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

;
;Add right click reg. and unreg to Dll's and Ocx's
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile\shell]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""

-----------------------------------------------------------------------------------------------