5 pts.
 Power Down
what is the command to power down and restart

Software/Hardware used:
ASKED: August 29, 2008  5:21 PM
UPDATED: May 5, 2011  7:45 AM

Answer Wiki:
PWRDWNSYS RESTART(*YES) Depending on the OS you can also use the SHUTDOWN command with various parameters (depending on the OS). It is helpful to say what Operating System you are dealing with to get answers which apply to your situation.it also determine the type of power supply or the power voltage.
Last Wiki Answer Submitted:  May 5, 2011  7:44 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts. , Geekprime   275 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’d assume you are using windows.

shutdown is the command.
shutdown -r -t 30 will restart the computer in 30 seconds after the command is initiated.
shutdown -r -t 30 -c “The computer has been cleaned, now restarting.” will restart the computer in 30 seconds and display the message in quotes.

You get the idea.

Hope this helps!

-Schmidtw

 11,205 pts.