Shut Down Windows at a Specific Time from the Command Line
From HowToGeek
If you've ever wanted to shut down Windows at a particular time, you can do it easily with the "at" command combined with the shutdown command. Just use the following syntax, and the computer will shut down at 2pm. (it uses military time).
at 14:00 shutdown -s
