COMPUTER SHUT DOWN AUTOMATICALLY BY SPECIFIC TIME


Trick 1:
  • Start > Run
  • Type 'shutdown -s -t 1800' without quotes
  • Click OK
  • A dialog will appear showing the countdown timer
Note: 1800 is the amount of time remaining before your computer shutdowns. 1800 is in seconds - 60sec * 30 min = 1800 sec. If you want to shutdown your desktop after 1 hour simply enter 3600 sec, as 60 sec * 60 min = 3600 sec.