Windows Task Scheduler

Task Scheduler (formerly Scheduled Tasks) is a job scheduler in Microsoft Windows that launches computer programs or scripts at pre-defined times or after specified time intervals. Microsoft introduced this component in the Microsoft Plus! for Windows 95 as System Agent. Its core component is an eponymous Windows service. The Windows Task Scheduler infrastructure is the basis for the Windows PowerShell scheduled jobs feature introduced with PowerShell v3.

Windows Task Scheduler
Other namestaskschd.msc
Developer(s)Microsoft
Initial release1995 (1995)
Written inC++
Included with
PredecessorSystem Agent
Service nameTask Scheduler (Schedule)
TypeWindows service
Websitedocs.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page 

Task Scheduler can be compared to cron or anacron on Unix-like operating systems. This service should not be confused with the scheduler, which is a core component of the OS kernel that allocates CPU resources to processes already running.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.