Shutdown Timer

by minkirax in Circuits > Microsoft

43292 Views, 4 Favorites, 0 Comments

Shutdown Timer

images.jpg
This is my third instructable..

This instructable will teach u how to use timer control in windows xp via cmd ... This really helps a lot especially if u're a torrent geek

Run Cmd

7.JPG
8.JPG
9.JPG
First of all Run cmd .. Here's how:-

1.Start -> Run -> cmd

Now type in the following code:
Shutdown -s -t xxxx                   (Note: xxxx refers to seconds)

eg: Shutdown -s -t 3600         (The system will shutdown after an hour)
       Shutdown -s -t 1800         (Half an hour)
       Shutdown -s -t 7200         (Two Hours and so on)


Now if u want to cancel the shutdown process here's the code

Shutdown -a