SHUTDOWN PC REMOTELY AND USING COMMAND Here we go
Am posting this to those who are sure of what they are doing, Am not responsible for the Results!!!
How to turn off your PC using command prompt.
Shutdown your computer or network computer with simple commands.
1. Open command prompt
2. Type the following
shutdown -s and press enter.
If you want to specify the time, type
shutdown -s -t 20 and press enter. 20 means the number of seconds taken to shutdown, you can specify yours
If you want to specify the time, and show a message/comment,How...