Thursday 5 June 2014

SHUTDOWN COMPUTER USING COMMAND PROMPT

How to shut down a computer running Windows from the     Command Prompt

 

 First off, you need to open MSDos (CMD). Type in the following:SHUTDOWN

After typeing SHUTDOWN, add the following to the end of the SHUTDOWN Command:
| Text | Action |
| -s | Shutdown and Power off the computer |
| -c "Comment" | Add a comment |
| -t xx | Time before shutdown |
|-a |Abort |
Example:
SHUTDOWN -s -c "Ha Ha, I Shut Down your computer!!!!" -t 60
That will Turn your computer off in 60sec and display the message.
WARNING: After you start this, you can not stop it!!!! (unless you know how.....)


Step 1: Run CMD.exe

Go to Start > All Programs > Acsessories > Command Prompt

Step 2: Type Command

Type "SHUTDOWN" Then add a space. DO NOT PUSH ENTER!!!

Step 3: Special Instructions

 Add the following:
-s -c "Your Text Here" -a -t 60
-s Shuts Down the computer
-c " " Adds a comment (Replace Your text here with, well... your text!)
-t Specifies the amount of time before the Shutdown Starts (60 Seconds)
-f specifies force shutdown.
DO NOT PRESS ENTER!!!

No comments:

Post a Comment