Friday, April 4, 2008

How to Auto Shutdown Your Computer (For Windows Only)

When I feel sleepy but still want to hear some music from my computer, I usually set my computer for auto shutdown in 30 minutes by using command prompt, try this!
First open up the command prompt by click on the Start à Run (or Ctrl + R) à type ‘cmd’ then enter, on the command prompt type this

C:\> shutdown -s -f -t 3600 -c "Sweet dream baby!"

-s --> for shutdown
-f --> force running application to close
-t --> xx time in seconds, 3600 = 1 hour
-c --> comment

if you want to create some shortcut, just copy the command to the file .txt (notepad) and then save as .bat file.

No comments:

Latest Post