Shutdown or restart windows by using the Run command and the command line.
//from the command prompt
//shutdown
shutdown /s
//restart
shutdown /r
Shutdown or restart windows by using the Run command and the command line.
//from the command prompt
//shutdown
shutdown /s
//restart
shutdown /r