TUTORIAL: Add DEVICE MANAGER, CONTROL PANEL, Etc. in My Computer Context Menu !

Status
Not open for further replies.

RaghuKL

Swalpa Adjust Maadi
main bhi vishal gupta ban na chahta hoon

Code:
Windows Registry Editor Version 5.00
;adds regedit to my computer context menu
[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

[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
 [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

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
thnx guys :)

@nithinks
U can create an image using Acronis or Norton Ghost, and then u can experiments without any problem, if something goes wrong, just restore the image :D
 

shady_inc

Pee into the Wind...
Really nice work.you deserve lots of

*img507.imageshack.us/img507/5870/cookiems2.gif*img507.imageshack.us/img507/5870/cookiems2.gif*img507.imageshack.us/img507/5870/cookiems2.gif*img507.imageshack.us/img507/5870/cookiems2.gif*img507.imageshack.us/img507/5870/cookiems2.gif

for this.:p
 

shady_inc

Pee into the Wind...
Urm....any way this can be undone??.Did this on my friend's PC and now he is worried that his dad will scold him for "making changes to PC":-?

I really love it though!!;)
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
But the changes are so minor that his dad will not notice it and if he notices then he will be happy to see those handy shortcuts there. :D

Anyway to remove them open regedit and goto:

Code:
HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell

and under it delete following keys:

Control Panel
DevMgr
Software
 

shady_inc

Pee into the Wind...
Thanks for that quick reply.!!You just spared a poor helpless guy of some brutal third-degree painful torture at the hands of his Dad.:evil: :D
 
Status
Not open for further replies.
Top Bottom