Jump to content

contextual menu of the mouse


Recommended Posts


Yes you can do this by editing the registry :

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown]
@="Shutdo&wn"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown\command]
@="RUNDLL SHELL32.DLL,SHExitWindowsEx 1"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Reboot]
@="Reboo&t"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Reboot\command]
@="RUNDLL SHELL32.DLL,SHExitWindowsEx 2"

Copy and paste the above in notepad and save as something.reg. Double click on the file to import it in the registry and you'll have a Shutdown and Reboot menu on the context menu of My Computer.

PS : Works on Windows ME as I have just tested it but should work also with other OSes I think.

Edited by eidenk
Link to comment
Share on other sites

Works on Windows 2000 server

Yes you can do this by editing the registry :

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown]
@="Shutdo&wn"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown\command]
@="RUNDLL SHELL32.DLL,SHExitWindowsEx 1"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Reboot]
@="Reboo&t"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Reboot\command]
@="RUNDLL SHELL32.DLL,SHExitWindowsEx 2"

Copy and paste the above in notepad and save as something.reg. Double click on the file to import it in the registry and you'll have a Shutdown and Reboot menu on the context menu of My Computer.

PS : Works on Windows ME as I have just tested it but should work also with other OSes I think.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...