Search This Blog

Thursday, December 30, 2010

Shutdown Using Scheduled Task in Windows 7

This tutorial will show you how to create a scheduled task in windows 7.

1. Click start, All Programs, Accessories, System Tools, Task Scheduler.


2.  In the action pane click create task.


 3. In General Tab We need to name the task we want to perform. In our case I named it shutdown @ 1300H

4. In Trigger Tab click New. For this demo we choose One time. You may select daily or weekly from the selection.

5. In the Action Tab click New a pop up window will appear. In the Program/Script type the following %systemroot%\system32\shutdown.exe. In the argument type the following -t 01 -f -s.

6. Afterward click OK button.

No comments:

Post a Comment