Windows Task Scheduler

Windows Task Scheduler
Other namestaskschd.msc
Developer(s)Microsoft
Initial release1995; 30 years ago (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 Edit this on Wikidata

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

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.

Versions

Task Scheduler 1.0

Task Scheduler 1.0 is included with Windows NT 4.0[7] (with Internet Explorer 4.0 or later), Windows 2000,[7] Windows XP[8] and Windows Server 2003.[9] 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 (with Internet Explorer 4.0 or later), Windows 98 and Windows Me, the Task Scheduler runs as an ordinary program, mstask.exe. It also displays a status icon in the notification area on Windows 95 and Windows 98 and runs as a hidden service on Windows Me, but can be made to show a tray icon.[1] Computer programs and scripts can access the service through six COM interfaces.[10] Microsoft provides a scheduling agent DLL, a sample VBScript and a configuration file to automate Task Scheduler.[11]

In addition to the graphical user interface for Task Scheduler in Control Panel, Windows provides two command-line tools for managing scheduled task: at.exe (deprecated)[12] and schtasks.exe.[5][13][14] However, at.exe cannot access tasks created or modified by Control Panel or schtasks.exe.[15] Also, tasks created with at.exe are not interactive by default; interactivity needs to be explicitly requested. The binary ".job" files which the AT command produces are stored in the %WINDIR%\Tasks directory.[16][17]

Task Scheduler 2.0

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

Task Scheduler 2.0 in Windows 7

Task Scheduler 2.0 exposes an API to allow computer programs and scripts create tasks.[19][23] It consists of 42 COM interfaces.[24] The Windows API does not, however, include a managed wrapper for Task Scheduler though an open source implementation exists.[25] The job files for Task Scheduler 2.0 are XML-based, and are human-readable, conforming to the Task Scheduler Schema.[19][23]

Other features

  • New security features, including using Credential Manager to 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.[26]

Column 'Last Result'

The Last Result column displays a completion code. The common codes for scheduled tasks are:[27][28]

  • 0 or 0x0: The operation completed successfully.
  • 1 or 0x1: Incorrect function called or unknown function called.
  • 2 or 0x2: File not found.
  • 10 or 0xa: The environment is incorrect.
  • 0x00041300: Task is ready to run at its next scheduled time.
  • 0x00041301: The task is currently running.
  • 0x00041302: The task has been disabled.
  • 0x00041303: The task has not yet run.
  • 0x00041304: There are no more runs scheduled for this task.
  • 0x00041305: One or more of the properties that are needed to run this task have not been set.
  • 0x00041306: The last run of the task was terminated by the user.
  • 0x00041307: Either the task has no triggers or the existing triggers are disabled or not set.
  • 0x00041308: Event triggers do not have set run times.
  • 0x80010002: Call was canceled by the message filter
  • 0x80041309: A task's trigger is not found.
  • 0x8004130A: One or more of the properties required to run this task have not been set.
  • 0x8004130B: There is no running instance of the task.
  • 0x8004130C: The Task Scheduler service is not installed on this computer.
  • 0x8004130D: The task object could not be opened.
  • 0x8004130E: The object is either an invalid task object or is not a task object.
  • 0x8004130F: No account information could be found in the Task Scheduler security database for the task indicated.
  • 0x80041310: Unable to establish existence of the account specified.
  • 0x80041311: Corruption was detected in the Task Scheduler security database
  • 0x80041312: Task Scheduler security services are available only on Windows NT.
  • 0x80041313: The task object version is either unsupported or invalid.
  • 0x80041314: The task has been configured with an unsupported combination of account settings and run time options.
  • 0x80041315: The Task Scheduler Service is not running.
  • 0x80041316: The task XML contains an unexpected node.
  • 0x80041317: The task XML contains an element or attribute from an unexpected namespace.
  • 0x80041318: The task XML contains a value which is incorrectly formatted or out of range.
  • 0x80041319: The task XML is missing a required element or attribute.
  • 0x8004131A: The task XML is malformed.
  • 0x0004131B: The task is registered, but not all specified triggers will start the task.
  • 0x0004131C: The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.
  • 0x8004131D: The task XML contains too many nodes of the same type.
  • 0x8004131E: The task cannot be started after the trigger end boundary.
  • 0x8004131F: An instance of this task is already running.
  • 0x80041320: The task will not run because the user is not logged on.
  • 0x80041321: The task image is corrupt or has been tampered with.
  • 0x80041322: The Task Scheduler service is not available.
  • 0x80041323: The Task Scheduler service is too busy to handle your request. Please try again later.
  • 0x80041324: The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
  • 0x00041325: The Task Scheduler service has asked the task to run.
  • 0x80041326: The task is disabled.
  • 0x80041327: The task has properties that are not compatible with earlier versions of Windows.
  • 0x80041328: The task settings do not allow the task to start on demand.
  • 0x80070002: The Task Scheduler cannot find the file.
  • 0x800710E0: The operator or administrator has refused the request.
  • 0xC000013A: The application terminated as a result of a CTRL+C.
  • 0xC0000142: The application failed to initialize properly.

Bugs

On Windows 2000 and Windows XP, when a computer is prepared for disk imaging with the sysprep utility, it cannot run tasks configured to run in the context of the SYSTEM account. Sysprep changes the security identifier (SID) to avoid duplication but does not update scheduled tasks to use the new SID. Consequently, the affected tasks fail to run. There is no solution for this problem but one may reschedule the affected tasks to work around the issue.[29]

On Windows Vista or Windows Server 2008, the next execution time displayed in Task Scheduler may be wrong. Microsoft issued a hotfix to remedy this issue.[30]

See also

  • cron, job scheduler for Unix-like operating systems

References

  1. ^ a b "How to Enable the Scheduled Tasks Icon in Windows Me". Support. Microsoft. January 29, 2007. Archived from the original on January 30, 2008.
  2. ^ "Keep your Windows desktop in shape with Task Scheduler". TechRepublic. January 4, 2002.
  3. ^ "What is Task Scheduler?". Computer Hope. November 30, 2020.
  4. ^ Al Fasoltd (March 29, 1998). "Windows 98: Stable and fast, as well as 'new and improved'". The Syracuse Newspapers. Retrieved October 6, 2007.
  5. ^ a b Mueller, John Paul (2010). Windows Command Line Administration Instant Reference. John Wiley & Sons. ISBN 978-0470930908.
  6. ^ Warner, Timothy L. (2015). Sams Teach Yourself Windows PowerShell in 24 Hours. Sams Publishing. ISBN 978-0134049359.
  7. ^ a b Burnett, Mark; Amaris, Chris; Doyle, Chris; Locher, L. J.; Morimoto, Rand (2002). Maximum Windows 2000 Security. Sams Publishing. ISBN 978-0672319655.
  8. ^ Mueller, John Paul (2001). Sams Teach Yourself Microsoft Windows XP in 21 Days. Sams Publishing. ISBN 978-0132715539.
  9. ^ a b "About the Task Scheduler". MSDN. Microsoft. Retrieved October 6, 2007.
  10. ^ "Task Scheduler 1.0 Interfaces". MSDN. Microsoft. Retrieved May 30, 2014.
  11. ^ "Task Scheduler Using VBScript". Download Center. Microsoft. March 22, 2004. Archived from the original on May 4, 2006.
  12. ^ "MS-DOS and Windows command line at command". Computer Hope. Retrieved March 7, 2021.
  13. ^ "Schtasks". Microsoft TechNet. Microsoft. Retrieved May 18, 2014.
  14. ^ "At". Microsoft TechNet. Microsoft. Retrieved May 18, 2014.
  15. ^ "How To Use the AT Command to Schedule Tasks". Support. Microsoft. October 30, 2006.
  16. ^ Kleiman, Dave; Hunter, Laura E (2006). Winternals Defragmentation, Recovery, and Administration Field Guide. Elsevier. ISBN 978-0080489872.
  17. ^ "Applications Started with AT Are Not Interactive". Support. Microsoft. February 20, 2007. Archived from the original on October 29, 2004.
  18. ^ Cowart, Robert; Knittel, Brian (2008). Special Edition Using Microsoft Windows Vista. Que Publishing. ISBN 978-0789737816.
  19. ^ a b c Kingsley-Hughes, Adrian; Kingsley-Hughes, Kathie; Read, Daniel (2011). VBScript Programmer's Reference. John Wiley & Sons. ISBN 978-1118058695.
  20. ^ Paul, Ian (September 5, 2014). "Automate your morning programs with Windows Task Scheduler". PCWorld. Retrieved March 15, 2021.
  21. ^ "Windows Vista Task Scheduler". Microsoft TechNet. Microsoft. March 3, 2006. Archived from the original on April 12, 2006. Retrieved April 24, 2006.
  22. ^ "Description of the scheduled tasks in Windows Vista". August 24, 2007. Archived from the original on October 22, 2007.
  23. ^ a b Kenny Kerr (October 2007). "Task Scheduler 2.0". MSDN. Microsoft. Archived from the original on December 26, 2007. Retrieved October 6, 2007.
  24. ^ "Task Scheduler 2.0 Interfaces". MSDN. Microsoft. Retrieved May 30, 2014.
  25. ^ "C# API for Task Scheduler 2.0". Stack Overflow. Retrieved July 24, 2019.
  26. ^ "Tasks (Windows)". MSDN. Microsoft. Retrieved October 6, 2007.
  27. ^ "How to troubleshoot scheduled tasks in Windows XP and in Windows Server 2003". Support. Microsoft. May 22, 2013. Retrieved September 3, 2013.
  28. ^ "Task Scheduler Error and Success Constants". MSDN. Microsoft.
  29. ^ "Scheduled tasks may not start if you used a System Preparation image to install Windows XP or Windows 2000". Support. Microsoft. July 1, 2004. Archived from the original on September 26, 2008. Retrieved May 19, 2012.
  30. ^ "The value in the Next Run Time field in Task Scheduler is incorrect in Windows Vista and in Windows Server 2008". Support. Microsoft. October 15, 2008. Archived from the original on December 11, 2008.

Further reading

Read other articles:

Kiyama 基山町Kota kecil BenderaLambangLokasi Kiyama di Prefektur SagaNegara JepangWilayahKyūshūPrefektur SagaDistrikMiyakiPemerintahan • Wali kotaKazuya MatsudaLuas • Total22,1 km2 (85 sq mi)Populasi (Oktober 1, 2015) • Total17.501 • Kepadatan791,9/km2 (20,510/sq mi)Zona waktuUTC+09:00 (JST)Kode pos841-0204Simbol  • PohonRhododendron • BungaRhododendronNomor telepon0942-92...

 

Daftar Pahlawan Nasional Indonesia (per 2014) Pahlawan Nasional adalah gelar penghargaan tingkat tertinggi di Indonesia.[1] Gelar anumerta ini diberikan oleh Pemerintahan Indonesia atas tindakan yang dianggap heroik – didefinisikan sebagai perbuatan nyata yang dapat dikenang dan diteladani sepanjang masa bagi warga masyarakat lainnya atau berjasa sangat luar biasa bagi kepentingan bangsa dan negara.[2] Sebanyak 190 pria dan 16 wanita telah diangkat sebagai Pah...

 

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Februari 2023. Artikel ini memiliki beberapa masalah. Tolong bantu memperbaikinya atau diskusikan masalah-masalah ini di halaman pembicaraannya. (Pelajari bagaimana dan kapan saat yang tepat untuk menghapus templat pesan ini) Topik artikel ini mungkin tidak memenuhi...

  لمعانٍ أخرى، طالع نادي المجد (توضيح). نادي المجد السوري الاسم الكامل نادي المجد الرياضي الاسم المختصر المجد تأسس عام 1932 الملعب ملعب العباسيين، دمشق البلد سوريا  الدوري الدوري السوري الإدارة الرئيس فايز الخراط المدير عماد دحبور الموقع الرسمي الموقع الرسمي  الطق...

 

العلاقات الأسترالية الليختنشتانية أستراليا ليختنشتاين   أستراليا   ليختنشتاين تعديل مصدري - تعديل   العلاقات الأسترالية الليختنشتانية هي العلاقات الثنائية التي تجمع بين أستراليا وليختنشتاين.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عامة ...

 

American online news aggregator and blog HuffPostType of siteNews aggregator, blogAvailable inEnglishFrenchGreekItalianJapaneseKoreanPortugueseSpanishFoundedMay 9, 2005; 18 years ago (2005-05-09)Headquarters770 BroadwayNew York City, U.S.Area servedAnglosphere, Francosphere, Hispanosphere, LusosphereOwnerAOL (2011–2015)Verizon (2015–2020)BuzzFeed (2020–present)Created byArianna HuffingtonKenneth LererJonah PerettiAndrew BreitbartParentAOL (2011–2015)Oa...

У этого термина существуют и другие значения, см. Антерос (значения). Антерос, Антерот, Антэрот Мифология древнегреческая религия[1] Пол мужской Занятие Покровительство отрицанию любви, страсти, ненависти, реже неразделенной любви Отец Хаос, позднее Арес Мать Отсутст�...

 

Cet article est une ébauche concernant l’Allemagne et le Concours Eurovision de la chanson. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Allemagneau Concours Eurovision 1972 Données clés Pays  Allemagne Chanson Nur die Liebe läßt uns leben Interprète Mary Roos Langue Allemand Sélection nationale Radiodiffuseur HR Type de sélection Finale nationale,Émission télévisée : Ein Lied für Edi...

 

Neighborhood in Kōtō, Tokyo, Japan Toyosu as seen from Harumi Ohashi Toyosu (豊洲) is neighborhood in Kōtō, Tokyo. Toyosu has six numbered chome (blocks). It is the location of the wholesale Toyosu Market, which took the role of the Tsukiji fish market after it became solely a tourist attraction.[1][2][3][4][5] Located in Tsukiji in central Tokyo between the Sumida River and the upmarket Ginza shopping district, the wholesale market is open to the...

This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: List of spouses of German presidents and chancellors – news · newspapers · books · scholar · JSTOR (September 2022) (Learn how and when to remove this message) This is a list of spouses of the president of Germany and the chancellor of Germany. Spouses of the heads of state sin...

 

2014 soundtrack album by Alexandre Desplat The Grand Budapest Hotel: Original SoundtrackSoundtrack album by Alexandre DesplatReleasedMarch 4, 2014StudioAir StudiosAbbey Road Studios (London) Studio Guillaume Tell (Paris)GenreSoundtrackLength59:50LabelABKCOProducer Wes Anderson Randall Poster Wes Anderson film soundtrack chronology Moonrise Kingdom (Original Soundtrack)(2012) The Grand Budapest Hotel: Original Soundtrack(2014) Isle of Dogs: Original Soundtrack(2018) The Grand Budapest Hote...

 

Integration course provided by Germany The Integrationskurs is an integration course provided by Germany to help foreigners adjust to life in Germany. The Integrationskurs is intended to prepare noncitizens to become legally and socially accepted as citizens by learning the German language and the legal system, politics, culture, society, and history of Germany. According to the legal definition in Section 43, Paragraph 2 of the Residence Act, the Integrationskurs supports the integration eff...

Зіньківька міська рада Основні дані Країна Україна Область  Полтавська область Адміністративний центр Зіньків Утворена 21 травня 1997 Код КОАТУУ 5321310100 Склад Кількість членів 30 Голова ради Максименко Сергій Миколайович Територія і населення Площа 16,381 км² Населення 1...

 

WodongaVictoriaJalan utama WodongaWodongaLocation in VictoriaKoordinat36°07′17″S 146°53′17″E / 36.12139°S 146.88806°E / -36.12139; 146.88806Jumlah penduduk38.949 (sensus 2021)[1] • Kepadatan104,98/km2 (271,9/sq mi)Didirikan1852Kode pos3690Ketinggian152 m (499 ft)Luas37,1 km2 (14,3 sq mi)Zona waktuAEST (UTC+10) • Musim Panas (DST)AEDT (UTC+11)Letak 559 km (347 mi) sebelah SW Sydney 324 k...

 

Batalla de Mohács Parte de Gran Guerra Turca Fecha 12 de agosto de 1687Lugar Nagyharsány, Baranya, HungríaCoordenadas 45°51′05″N 18°24′34″E / 45.85125, 18.40944444Resultado victoria del Sacro Imperio Romano Germánico Sacro Imperio Romano Germánico Imperio otomano Comandantes Duque Carlos de LorenaMaximilian II EmanuelMargrave Ludwig WilhelmEnea Silvio PiccolominiPrince Eugene of SavoyJean-Louis de Bussy-Rabutin Sarı Süleyman PaşaMustafa Pasha of RodostoEseid ...

Federal electoral district in Nova Scotia, Canada Sydney—Victoria Nova Scotia electoral districtSydney–Victoria in relation to the other Nova Scotia federal electoral districts (2003 boundaries)Federal electoral districtLegislatureHouse of CommonsMP    Jaime BattisteLiberalDistrict created1996First contested1997Last contested2021District webpageprofile, mapDemographicsPopulation (2021)[1]72,361Electors (2021)59,757Area (km²)[1]4,313Pop. density (per km²)16...

 

Tiziano Mannoni Tiziano Mannoni (Parma, 3 settembre 1928 – Genova, 17 ottobre 2010) è stato un archeologo e storico italiano. I suoi contributi più importanti riguardano l'archeologia medievale, l'archeometria, l'archeologia della produzione e l'archeologia del costruito[1]. Indice 1 Biografia 2 Temi di ricerca 3 Pubblicazioni 4 Note 5 Collegamenti esterni Biografia Nato a Parma il 3 settembre 1928, da genitori toscani. Tiziano Mannoni è vissuto a Genova ma è stato sempre legato...

 

皮尔戈斯Πύργος皮尔戈斯在希臘的位置坐标:37°40′23″N 21°26′22″E / 37.673°N 21.4395°E / 37.673; 21.4395国家 希腊大区西希腊大区区5政府 • 市长Makis Paraskevopoulos面积 • 总计170.9 平方公里(66.0 平方英里)最高海拔3 公尺(10 英尺)最低海拔0 公尺(0 英尺)人口(2001)[1] • 總計34,902人 • 密度20...

Dalam nama Korean ini, nama keluarganya adalah Seol. Seol Jung-hwanLahir5 November 1985 (umur 38)Korea SelatanPendidikanSeoul Arts CollegePekerjaanAktor, modelAgenHunus Entertainment Nama KoreaHangul설정환 Alih AksaraSeol Jung-hwanMcCune–ReischauerSŏl Chŏnghwan Seol Jung-hwan (lahir 5 November 1985) adalah aktor dan model asal Korea Selatan. Filmografi Seri televisi Tahun Judul Peran Jaringan 2012 HDTV Literature The Endless World of Literature KBS1 2016 Puck![1] Seok-won ...

 

伝記の記載を年譜形式のみとすることは推奨されていません。 人物の伝記は流れのあるまとまった文章で記述し、年譜は補助的な使用にとどめてください。(2020年2月) 深水 六郎(ふかみ ろくろう、1901年11月19日 - 1995年1月4日)は、日本の政治家、逓信官僚、実業家。参議院議員(2期)、熊本放送取締役、民間放送連盟副会長、熊本県経営者協会会長。 経歴 1901年(�...