How to shutdown a PC with Timer?
Follow these simple steps:
In windows XP
1. Goto Run>Command Prompt
2. Type the following code: shutdown -s -t xxxx
3. Press Enter. Your PC is scheduled to shutdown after xxxx seconds.
In Windows 7
Click Windows icon, type shutdown -s -t xxxx in the search box at the bottom.
Please Note: xxxx is the time in seconds.
To abort the automatic shutdown use the following code:
shutdown -a
Follow these simple steps:
In windows XP
1. Goto Run>Command Prompt
2. Type the following code: shutdown -s -t xxxx
3. Press Enter. Your PC is scheduled to shutdown after xxxx seconds.
In Windows 7
Click Windows icon, type shutdown -s -t xxxx in the search box at the bottom.
Please Note: xxxx is the time in seconds.
To abort the automatic shutdown use the following code:
shutdown -a
No comments:
Post a Comment