Windows Task Scheduler

Windows 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 the Windows 95 Plus! pack as System Agent [1] but was renamed to Task Scheduler in Windows 98. The Windows Event Log service must be running before the Task Scheduler starts up.

Contents

Versions

Task Scheduler 1.0

Task Scheduler 1.0 is included with Windows 2000, Windows XP and Windows Server 2003.[2] It runs as a Windows Service, and the task definitions and schedules are stored in binary .job files. Tasks are manipulated directly by manipulating the .job files. Each task corresponds to single action. On Windows 95, Windows 98 and Windows 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 the Windows NT family of operating systems, it is implemented as a Windows service. Task Scheduler 1.0 exposes an API to programmatically create tasks. It is accessed via the ITaskScheduler COM interface.

Microsoft provides a scheduling agent DLL, a sample VBScript and a configuration file to automate the Windows 2000/XP Task Scheduler.[3]

Task Scheduler 2.0

Task Scheduler 2.0 in Windows 7

Task Scheduler 2.0 was introduced with Windows Vista and included in Windows Server 2008 as well.[2] 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 the Windows 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. .[4] Windows Vista uses Task Scheduler 2.0 to run various system-level tasks;[5] consequently, the Task Scheduler service can no longer be disabled (except with a simple registry tweak).

Task Scheduler 2.0 exposes an API to programmatically create tasks. It is accessed via the ITaskService COM interface.[6] The Windows API does not, however, include a managed wrapper for Task Scheduler. The Task Scheduler API is also exposed for scripting languages, including VBScript, JScript and Windows PowerShell.[7] The job files for Task Scheduler 2.0 are XML-based, and are human-readable, conforming to the Task Scheduler Schema.[6] Although possible, Microsoft advises not to create the job files by hand, and instead, use the Task Scheduler API. A command line utility for using Task Scheduler is also provided in terms of the schtasks.exe command.[8]

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 using BIOS 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 the Event 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 the ITaskFolder interface or the TaskFolder scripting object and individual tasks using the IRegisteredTask interface or RegisteredTask object.[9]

Last Result

The Last Result column displays a completion code. You can obtain a full explanation of all Windows completion codes from MSDN, but the common codes for scheduled tasks are:
0x0: The operation completed successfully.
0x1: An incorrect function was called or an unknown function was called.
0xa: The environment is incorrect.

Bugs

With Windows 2000 and Windows XP, tasks assigned to run with SYSTEM privileges do not function when the computer is prepared for disk imaging with sysprep. Sysprep rewrites system security codes to prevent disk security identifier duplication, but does not update scheduled tasks to use the new security. Consequently all SYSTEM scheduled tasks fail to run on the imaged computers. There is no solution for this problem, and it renders the task scheduler useless for administrative management of imaged computers, such as scheduling forced system shutdowns at night.[10]
As from Task Scheduler 2.0, a new bug was introduced. The value in the Next Run Time field in Task Scheduler is incorrect in Windows Vista and in Windows Server 2008 (scheduled task doesn't stop running after repetition duration has expired)[11]

See also

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • 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 the Windows 95 Plus! pack as System Agent [cite web url …   Wikipedia

  • Task Scheduler — (англ. планировщик задач)  компонент Microsoft Windows, который предоставляет возможность запланировать запуск программ или скриптов в определённые моменты времени или через заданные временные интервалы. Компонент впервые появился в Windows… …   Википедия

  • Windows Task Manager — Эта статья о Диспетчере задач в Microsoft Windows. О других подобных программах читайте в статье Диспетчер задач. Task manager из Windows 4.x под Windows XP (NT 5.1) Task manager в Windows Vista Диспетчер задач в операционных системах семейства… …   Википедия

  • Windows PowerShell — Screenshot of a sample PowerShell session …   Wikipedia

  • Windows NT 4.0 — Part of the Microsoft Windows family …   Wikipedia

  • Windows Media Center — A component of Microsoft Windows …   Wikipedia

  • Windows DVD Maker — A component of Microsoft Windows Windows DVD Maker in Windows 7 …   Wikipedia

  • Windows Media Player — A component of Microsoft Windows Details …   Wikipedia

  • Windows Update — A component of Microsoft Windows Windows Update running on Windows 7 …   Wikipedia

  • Windows Search — (formerly known as Windows Desktop Search or WDS on Windows XP and Windows Server 2003) is an indexed desktop search platform released by Microsoft for the Windows operating system.[citation needed] Windows Search for Windows Vista, Windows 7,… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”