Shutdown Timer
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
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
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
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