Here's how to turn off computer automatically on Windows XP. Here we will use the task scheduler help. Steps to open the task scheduler are :
- Navigate your mouse cursor to the Start button --> Control Panel, and open it.
- In the Control Panel window that open, double click to the Sheduled Task Icon and then choose Add Scheduled Task.
- A Scheduled Task Wizard window will now appear.
- Choose Next, please wait until all the list of applications appears.
- Choose Browse, a Select Program to Schedule window will now appear.
- Navigate to Windows --> System32 --> shutdown.exe --> Open.
- Type a name for this task and then select the option Daily, Weekly, Monthly or One time only.
- Select the time and day you want this task to start.
- Enter the name and password of a user that will use this task.
- Before selecting the Finish button, mark on the 'Open the advanced properties for this task when I clisk Finish'.
- In a new window that opens, on the 'Run' add a parameter in the back as follows :
- For Shutdown, ex : C:\WINDOWS\system32\shutdown.exe -s
- For Shutdown with timer, ex : C:\WINDOWS\system32\shutdown.exe -t xx , delay shutdown for xx seconds (Windows will display a warning box)
- For Shutdown with text, ex : C:\WINDOWS\system32\shutdown.exe -c "text"
- For Logoff, ex : C:\WINDOWS\system32\shutdown.exe -l
- For Reboot, ex : C:\WINDOWS\system32\shutdown.exe -r
Related Article :


0 comments:
Post a Comment