Wednesday, June 8, 2011

Shutdown computer by count time

If you want to shutdown your computer at a specified time you don’t need to install any software, you can do this by dos command. See below-

1. Click on start\Run & type cmd
2. Dos will open. Type

cd..”  & hit Enter
cd..”  & hit Enter again

3. Now it’s time to start the operation, type these codes
SHUTDOWN -s -t 60 (Remember 60 second is the time to shutdown your Computer, you can change the time but calculate it with second.)

4. It will display a message with remaining shutdown time.

5.If you do not want to shutdown now,
Type SHUTDOWN –a in that opened DOS window.