PDA

View Full Version : Shutdown Windows using command prompt


ElitePirate
02-07-2009, 05:31 AM
http://i177.photobucket.com/albums/w240/sam20e/capture1.jpg

To use command prompt in Windows Vista and Windows Xp open run box (winlogo+r) and type “cmd” without quotes. commands are:

“shutdown -s” to shutdown windows
“shutdown -r” to restart windows
“shutdown -l” to log off
“shutdown -a” to override shutting down process

After inserting the command hit enter. A pop up dialog will appear informing you that windows is about to shutdown/restart/logoff in 30 seconds. You are done.

farrell
02-07-2009, 09:37 AM
Thanks Elite, there are also 3 other parameters you could add :)

-t xx [replace xx with number so it becomes number of seconds till computer shutsdown]
-c "[COMMENT]" [adds a message to the shutdown warning]
-m \\[ COMPUTER NAME ] [sends the shutdown command to a network computer]

-Farrell

aboaiad2008
02-07-2009, 11:14 AM
thanks:)