Trouble remembering my url.... Now you can visit my blog just by going to this link : http://sampat.tk and you will be redirected to my blog... Keep visiting me :)
Mail your suggestions to : sampat.honey@gmail.com

Saturday, December 27, 2008

Timer for windows shutdown and restart

This may help you if have the habit of listening to songs and sleeping.


open notepad and type



shutdown -s -t



Save the file as “.bat” and a batch file is created for shutting down…



to restart the pc command is



shutdown -r -t



Type shutdown /help in cmd for more options on this shutdown command


You can do this without batch file also


  1. Go to Start>run>
  2. Type cmd
  3. Then type shutdown -s -t XXXX (XXXX is time in seconds)


Example:


shutdown -s -t 3600 (Shut down time will be set to 1 hour)

0 comments:

Related Posts with Thumbnails

  © Blogger template Newspaper III by Ourblogtemplates.com 2008

Back to TOP