Make a Automatic Shutdown in WinXP
If you want to shut down your computer one hour later, you can: 1. Click “Start” > “Run” 2. Type in “shutdown -s -t 3600” 3. Click “OK” Your computer will shutdown after an hour (3600 sec = 1 Hour) Actually, shutdown command can accept different optional parameter. -l Logoff current user -s Shutdown machine -r Restart machine -a Abort … Read more