Task Scheduler Overview

The Task Scheduler MMC snap-in helps you schedule automated tasks that perform actions at a specific time or when a certain event occurs. It maintains a library of all scheduled tasks, providing an organized view of the tasks and a convenient point of access for managing them. From within the library, you can run, disable, modify, and delete tasks. The Task Scheduler user interface (UI) is an MMC snap-in that replaces the Scheduled Tasks Explorer extension in Windows XP, Windows Server 2003, and Windows 2000. For more information about starting or accessing the Task Scheduler UI, see Start Task Scheduler.

Triggers and Actions

The two key concepts involved in scheduling a task are triggers and actions. A trigger causes a task to run and an action is the work that is performed when the task is run. The actions a task can perform include running a program, sending an e-mail message, and showing a message box. For example, you can send an e-mail when a certain event entry is logged in the event log or run a maintenance script when a user logs on to a computer. Occurrences that can trigger a task to run include: a computer starting up, a computer entering an idle state, or a user unlocking a workstation. In addition, you can schedule a task to run at a specified time.

For more information about Triggers and Actions see:

Tags :


Community Content

jhersey
Task Scheduler - Daily scheduled task is skipping days.
I have a daily task that runs at 8:00 am every day. The task has worked for years with out fail. Recently in the last few weeks the task has starting skipping days. When I check the status on the missed day I will see that the task says Last Run Time = "12/5/2010 8:00:00 AM", Next Run Time = "12/7/2010 8:00:00 AM ". <br /><br />There are no errrors relating to the 6th. The job just simply skipped the 6th. <br /><br />This seems to be limited to Windows Vista. I have the same problem on 2 machines. I do not see this in XP or 7 as of right now. <br /><br />

Page view tracker