How To Shutdown Your Computer Using Command Prompt.

Open the CMD interface by pressing Windows Key and R, then type Cmd in the box and hit enter.
Now that the CMD interface is opened type shutdown -s.
Shutdown is the command we want to execute and -s is the switch that tells the machine to shutdown.
Hit Enter key if you have not done so and watch you computer shutdown.

Comments