Shut Down Your Computer in 2 Steps.
but we want the computer turned off at a specified time
we provide. .
1. Click Run
2. Add in the textbox
shutdown /s /f /t 3600Note:
/s = We want to Shutdown the computer, if you want to restart the computer, use /r/f = Force shutdown, it means that if any process prevent the computer to shutdown, the process will be killed./t = Time in second, 3600 it means 1 hour
Enjoy this tricks..share and comments.