Sunday 11 July 2010

My Computer Menu Look Like This

Here is a screen shot of what i would like my right click My Computer context menu to look like. I am unable to find many of the tweaks required to do this. Does anyone know the registry tweaks that would apply these settings.

The reg tweaks file on here has a few of them but not all.

thanks

http://camtech2000.net/images/ContextMyComp.jpg
If you know where some of them are, then you already know which keys in the registry need to be modified, and in fact can see how they need to be modified to launch and app or applet. Just alter the path of the required .exe, .dll, or .msc file in the registry key and include the command to show on the menu. I'd understand if you didn't know where to start, but you clearly do. Have you really tried to make it work as you want and failed? The CLSID you are looking for is {20D04FE0-3AEA-1069-A2D8-08002B30309D}.

The following is from a library of tweaks that I downloaded from some kind soul here on the forum a couple of years ago. You should be able to make any adjustments or modification you need from there.

My Computer Right Click

;-----
;-----  Adds Control Panel to right click of MY Computer
                                                                                    Copyright Navdeep Rastogi 2007, All rights reserved

[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 Programs\command]
@="control appwiz.cpl"
;-----
;-----  Adds Services to right click of MY Computer
;-----
;[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 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 %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"
;-----
;-----  Adds Registry Editor right click of MY Computer
;-----
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@="Registry Editor"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@="Regedit.exe"
;-----
;-----  Adds LogOff to right click of MY Computer
                                                                                   
;-----  I add the [] to group these
;-----
                                                                                    Copyright Navdeep Rastogi 2007, All rights reserved
[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"
Registry Restricted By Administrator

Start -> Run -> gpedit.msc -> User Configuration -> Administrative
 Templates -> System -> Prevent access to registry editing tools -> Right
 Click Properties -> Disabled

No comments:

Post a Comment