karachidude Posted October 12, 2009 Share Posted October 12, 2009 Create Shutdown shortcut.Create a new shortcut.Enter the following for the location:%windir%\system32\Shutdown.exe -s -t 00Set the name to something descriptive like, I don’t know… Shutdown. and click Finish.Change the icon if you would like, otherwise it will use the icon reserved for dll files. I used the red button from SHELL32.dll which is used on the Start Menu to shut the system down.Create Restart shortcut.Create a new shortcut.Enter the following for the location:%windir%\system32\Shutdown.exe -r -t 00Set the name to something like Restart and click Finish.Change the icon if you would like otherwise it will use the icon reserved for dll files. I used the blue button from SHELL32.dll which is used on the Start Menu to restart the system down.Tested on XP SP3K'dude Link to comment Share on other sites More sharing options...
RadioActive Posted October 12, 2009 Share Posted October 12, 2009 you do *not* need to add the "%windir%\system32\" partjust type "shutdown.exe -s (or r) t 0"also you can use the "-f" parameter to force the reboot/shutdown ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.