Easy Shutdown
Easy Shutdown
txt
Did you know that in Windows XP you can shut down your computer from the (eventually
DOS prompt) command line box? Moreover, you can do this by clicking your mouse only
once.
All you need to do is... right-click on an empty Desktop spot -> select New ->
Shortcut -> type shutdown followed by a space, and then enter one or more of the
parameters listed below -> click Next -> type a suggestive name for your new
shortcut -> finally, click Finish.
-l = Log off the current user of the local computer (default action). Can NOT be
used with the -m option unless the current user has Sysadmin rights, in which case
the -m switch takes precedence.
-m \\computername = Remote/network computer name (most always case sensitive) to log
off/restart/shut down. Current user MUST have Sysadmin rights to be allowed to use
this switch!
-s = Shut down the local computer.
-r = Shut down and restart (reboot) the local computer.
Spaces are NOT required to separate the shutdown command from ANY following
switches, but ARE required to separate ANY switch from its following parameter(s),
if any.
For example:
shutdown -s -c "Shutting down!" -t 3
tells your computer to shutdown after waiting for 3 seconds while the System
Page 1
Single Click Shutdown.txt
Shutdown window will display text above in the Message area.
Optional: after you're done creating your customized shortcut for shutdown ->
right-click on it -> select Properties -> enter your desired key "combo" in the
Shortcut Key box (e.g. Ctrl + Alt + End) -> click OK/Apply.
From now on just left-click on your shutdown shortcut or hit that key combination to
turn off/restart/log off your computer.
Page 2