« Happy New Year! | Home | Visit to Agios Neofytos Monastery »
Howto shutdown Windows PC in specified time
By Michael Stepanov | January 4, 2007
Probably, the easiest way is this:
- Go to Start –> Run and run command cmd to open command line window
-
Run this command
shutdown -s -t 1800
That’s it. Your PC will be shutdown after 30 minutes.
The same way you can reboot/shutdown Windows PC via remote desktop.
Topics: admin, howto, windows |
January 6th, 2007 at 6:19 am
I use this utility for scheduled shutdowns because it supports going to suspend. I never shut my home/work PCs down but use Suspend-to-RAM instead.
January 9th, 2007 at 10:49 am
Well, good point. I’ll try it. Thanks.