- Task Scheduler
Task Scheduler is a component of
Microsoft Windows that provides the ability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals. It was first introduced in theWindows 95 Plus! pack as "System Agent" [cite web
url = http://www.technofileonline.com/texts/tec032998.html
title = Windows 98: Stable and fast, as well as 'new and improved'
author = Al Fasoltd
publisher = The Syracuse Newspapers
accessdate = 2007-10-06] but was renamed to "Task Scheduler" inWindows 98 .Versions
Task Scheduler 1.0
Task Scheduler 1.0 is included with
Windows 2000 ,Windows XP andWindows Server 2003 .cite web
url = http://msdn2.microsoft.com/en-us/library/aa446802.aspx
title = About the Task Scheduler
accessdate = 2007-10-06] It runs as aWindows Service , and the task definitions and schedules are stored inbinary .job
files. Tasks are manipulated directly by manipulating the.job
files. Each task corresponds to single action. OnWindows 95 ,Windows 98 andWindows Me , the Task Scheduler runs as an application (mstask.exe). It also displays a status icon in the notification area on Windows 95 and Windows 98 and runs as a hidden application on Windows Me. On theWindows NT family of operating systems, it is implemented as aWindows service .Task Scheduler 2.0
Task Scheduler 2.0 was introduced with
Windows Vista and included inWindows Server 2008 as well. The redesigned Task Scheduler user interface is now based on Management Console. In addition to running tasks on scheduled times or specified intervals, Task Scheduler 2.0 also supports calendar and event-based triggers, such as starting a task when a particular event is logged to the "event log", or when a combination of events has occurred. Also, several tasks that are triggered by the same event can be configured to run either simultaneously or in a pre-determined chained sequence of a series of actions, instead of having to create multiple scheduled tasks. Tasks can also be configured to run based on system status such as being idle for a pre-configured amount of time, on startup, logoff, or only during or for a specified time.XPath expressions can be used to filter events from theWindows Event Log . Tasks can also be delayed for a specified time after the triggering event has occurred, or repeat until some other event occurs. Actions that need to be done if a task fails can also be configured. The actions that can be taken in response to triggers, both event-based as well as time-based, not only include launching applications but also take a number of custom actions. Task Scheduler includes a number of actions built-in, spanning a number of applications; including send an e-mail, show a message box, or fire a COM handler when it is triggered. Custom actions can also be specified using the Task Scheduler API. Task Scheduler keeps a history log of all execution details of all the tasks.cite web
url=http://www.microsoft.com/technet/windowsvista/mgmntops/taskschd.mspx
title=Windows Vista Task Scheduler
date=March 3 2006
accessdate=2006-04-24
publisher=Microsoft TechNet] . Windows Vista uses Task Scheduler 2.0 to run various system-level tasks [ [http://support.microsoft.com/kb/939039 Description of the scheduled tasks in Windows Vista] ] , as such, the Task Scheduler service cannot be disabled any more.Unlike Task Scheduler 1.0, Task Scheduler 2.0 exposes an
API to programmatically create tasks. It is accessed via theITaskService
COM interface.cite web
url = http://msdn.microsoft.com/msdnmag/issues/07/10/WindowsCPP/
title = Task Scheduler 2.0
author = Kenny Kerr
publisher =MSDN
accessdate = 2007-10-06] The Windows API does not, however, include a managed wrapper for Task Scheduler. The Task Scheduler API is also exposed for scripting languages, includingVBScript ,JScript andWindows PowerShell . [cite web
url = http://msdn2.microsoft.com/en-us/library/aa383608.aspx
title = Task Scheduler Reference
accessdate = 2007-10-06] The job files for Task Scheduler 2.0 areXML -based, and are human-readable, conforming to the "Task Scheduler Schema". While it is possible to create the job files by hand, Microsoft advises not to do so, but use the Task Scheduler API. A command line utility for using Task Scheduler is also provided in terms of theschtasks.exe
command. [cite web
url = http://msdn2.microsoft.com/en-us/library/bb736357.aspx
title = Schtasks.exe (Windows)
accessdate = 2007-10-06]Other features
* New security features, including using "Credential Manager" to store passwords for tasks on workgroup computers and using
Active Directory for task credentials on domain-joined computers so that they cannot be retrieved easily. Also, scheduled tasks are executed in their own session, instead of the same session as system services or the current user.
* Ability to wake up a machine remotely or usingBIOS timer from sleep or hibernation to execute a scheduled task or run a previously scheduled task after a machine gets turned on.
* Ability to attach "tasks" to "events" directly from theEvent Viewer .Tasks
The Task Scheduler service works by managing "Tasks"; "Task" refers to the action (or actions) taken in response to trigger(s). A task is defined by associating a set of actions, which can include launching an application or taking some custom-defined action, to a set of triggers, which can either be time-based or event-based. In addition, a task also can contain metadata that defines how the actions will be executed, such as the security context the task will run in. Tasks are serialized to
.job
files and are stored in the special folder titled "Task Folder", organized in subdirectories. Programmatically, the task folder is accessed using theITaskFolder
interface or theTaskFolder
scripting object and individual tasks using theIRegisteredTask
interface orRegisteredTask
object. [cite web
url = http://msdn2.microsoft.com/en-us/library/aa382589.aspx
title = Tasks (Windows)
publisher =MSDN
accessdate = 2007-10-06]ee also
*
Job scheduling
*at (Windows)
*cron References
External links
* [http://msdn2.microsoft.com/en-us/library/aa383614.aspx Task Scheduler]
* [http://support.microsoft.com/kb/303204 The Log File in the Task Scheduler May Be Incorrectly Formatted and Difficult to Read]
* [http://support.microsoft.com/kb/191427/en-us Unable to Delete Text in the Task Scheduler Log File]
* [http://support.microsoft.com/kb/215937/en-us Task Scheduler Service Does Not Start]
* [http://support.microsoft.com/kb/178691/en-us Scheduled Program Does Not Start in Task Scheduler]
* [http://support.microsoft.com/kb/195933/en-us Cannot Disable Task Scheduler]
Wikimedia Foundation. 2010.