June 8, 200620 yr Please,How can one add in the contextual menu of the mouse the functions: reboot and shutdown (the PC) Thanqs Fred Edited June 8, 200620 yr by jamfrey
June 11, 200620 yr 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 June 11, 200620 yr by eidenk
June 15, 200620 yr Works on Windows 2000 serverYes 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.
Create an account or sign in to comment