LEARN AND SHARE - Countdown timer for shutdown computer
   
  Home
  Anna University Student's Click
  Computer Applications
  => 3-Dimensional Computer Processor
  => 4G Technology
  => Abbrevations
  => Automatic Screen Refresh Tips
  => A - Z Colors codes for HTML
  => A - Z Keyboard Shortcuts
  => A - Z Run Commands in Windows
  => A - Z Windows XP Short Cuts
  => Batch File Help
  => Block Unwanted Mails
  => Block websites without any Software
  => Computer post and beep codes
  => Changing title of windows media player
  => Chat with Friends through Command Prompt
  => Clear History
  => Cloud Computing
  => Convert Guest to admin in windows Xp
  => Convert Any Document to PDF and Send it to yor any Mail
  => Countdown timer for shutdown computer
  => Create files and folders without any name
  => Create Locker Without Software
  => Displaying a Text Notice before Logon
  => Disable Autorun
  => Disable "Turn Off Computer" Button in Windows XP
  => Disable Security Center warnings
  => DOWNLOADS
  => Enable Taskmanager From Administrator
  => Forget Windows: Midori is coming
  => Hide a File in a Image
  => Hide a Folder using Command Prompt
  => Hide Folder Options
  => Hide inactive icons of the TaskBar
  => Hide Your Partitions
  => Hidden Application in XP
  => Hidden Quotes In Windows Xp
  => Hidden Notepad
  => History of Facebook
  => History of Linux
  => History of MAC - 0.S
  => History of Opearting System
  => History of Orkut
  => History of Unix
  => How to create your own shortcut key for your favorite programs
  => How To Delete Annoying Multiple Entries in Boot Screen
  => How to keep your computer clean
  => How to Install Windows XP
  => Increase the Display Quality
  => Increase your Internet Speed
  => Install OS From USB
  => Laptops of Future
  => Make your Windows Xp Geniune
  => Memory Trick To Speedup Windows Xp
  => Multiple login for google talk
  => NEXI - Robot with facial expressions
  => One Click PC Shutdown
  => Other Software Dowloads
  => Prevent Pen Drive Virus
  => Protect your Word and Excel Files with password
  => Renaming the Administrator
  => Remove Spyware from your System
  => Start a movie in Paint
  => Safe Mode
  => Shortcut for GMAIL
  => Shortcut for Word
  => Slow computer
  => Sticky Keys
  => Speedup Menus
  => Speed up your NTFS file system
  => Shortcutkey for Excel
  => Speed up your PC
  => System Utilities (Downloads)
  => The Internet - Facts
  => Talking XP
  => Turn off Beep Sounds in your System
  => Turn on your PC in Just 10 Seconds
  => Upload your Documents
  => Use Gmail As Online Photo Storage
  => Usefull DOS Files
  => Usefull websites with Codes
  => Who used your PC in your Absence
  => XP Registry Tips and Tweaks
  => Title of your new page
  => A-Z Windows Shortcuts
  Contact Me
  Exclusive
  Guestbook
  Login
  Online Applications
  ONLINE PHOTO EDITORS
  Register and Discuss
  VOTE
  Our Services
  Projects
Countdown timer for shutdown computer

Many a times people like to sleep on music, but the problem is that the comp will continue running the whole night. Here is how you can create a countdown timer to shutdown your comp in your specified time.

Go to run in start menu and input this command
    

shutdown -s -t 3600

this will create a countdown timer which will go off in 3600 seconds (1 Hour). you can replace the 3600 to any time limit you want the comp to shutdown ,but remember the time should always be expressed in seconds i.e if u want the comp to shutdown in Half an hour you have to write 1800 and so on...

If you are as lazy as me and don't want to input the command each time, then create a batch file or shortcut

Batch:
open a notepad and type

shutdown -s -t 3600

now in the files menu select "save as" and save this file as Activate.bat

Just double clicking this file will activate your timer

Shortcut:
On the desktop right click and create a new shortcut. in the location type

shutdown -s -t 3600

Give it any name like "Activate timer"
Again, double clicking this newly created shortcut will do the same.

FORCING THE SHUTDOWN:

another operator that you can use with this command is -f . this will force a shutdown on system. suppose you want the comp to shutdown as quickly as possible you can give command

shutdown -s -f -t 00

here we have used a -f operator and the delay is set to 0 seconds.

(as we are talking about quick shutdown, u can use command
c:windowssystem32tsshutdn.exe 00 /POWERDOWN /DELAY:00 also)

STOPPING THE TIMER:
Any time when you want to stop the running timer use a -a operator(standing for abort)

the command is

shutdown -a 

You can use it in any way u prefer, like direct input in run (or command prompt) , create a .bat file or create a shortcut on desktop

SOME OTHER OPTIONS:

shutdown -r (restarting)
shutdown -r -t 3600 (timer for restarting in 1 hour)
shutdown -r -f -t 00 (quick reboot)
 
 
 
   
Today, there have been 256616 visitors (1652869 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free