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.
Management console for Task Scheduler 3.0 in Windows 11 | |
Other names | taskschd.msc |
---|---|
Developer(s) | Microsoft |
Initial release | 1995 |
Written in | C++ |
Included with |
|
Predecessor | System Agent |
Service name | Task Scheduler (Schedule ) |
Type | Windows service |
Website | docs |
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.