Jun 23, 2003 #1 rtaylor43 IS-IT--Management Jun 11, 2003 23 US Is there a way to put a shutdown shortcut icon on the desktop for an easier shutdown?
Jun 23, 2003 1 #2 bcastner IS-IT--Management Aug 13, 2002 29,271 US shutdown.exe is located in c:\windows\system32 You can use explorer to right-click and create shortcut, and drag the shortcut to the desktop, or right-click on the desktop, new, shortcut. In any case you want to edit the "target" of the shortcut by right-clicking and selecting properties. Edit the target line to read: to force a shutdown: shutdown -f -s to shutdown with a wait of 10 seconds: shutdown -t10 -s to reboot: shutdown -r to force a reboot: shutdown -f -r You can always do Start, Run, CMD and type shutdown /? to see all available options. Upvote 0 Downvote
shutdown.exe is located in c:\windows\system32 You can use explorer to right-click and create shortcut, and drag the shortcut to the desktop, or right-click on the desktop, new, shortcut. In any case you want to edit the "target" of the shortcut by right-clicking and selecting properties. Edit the target line to read: to force a shutdown: shutdown -f -s to shutdown with a wait of 10 seconds: shutdown -t10 -s to reboot: shutdown -r to force a reboot: shutdown -f -r You can always do Start, Run, CMD and type shutdown /? to see all available options.
Jun 23, 2003 Thread starter #3 rtaylor43 IS-IT--Management Jun 11, 2003 23 US Thanks alot this helped me out very much Upvote 0 Downvote