{"id":6188,"date":"2019-02-19T07:05:30","date_gmt":"2019-02-19T15:05:30","guid":{"rendered":"https:\/\/www.coretechnologies.com\/blog\/?p=6188"},"modified":"2025-12-28T23:42:50","modified_gmt":"2025-12-29T07:42:50","slug":"schedule","status":"publish","type":"post","link":"https:\/\/www.coretechnologies.com\/blog\/windows-services\/schedule\/","title":{"rendered":"Essential Windows Services: Schedule \/ Task Scheduler"},"content":{"rendered":"<div align=\"center\"><img loading=\"lazy\" decoding=\"async\" class=\"no-lazy-load\" src=\"\/blog\/images\/windows-schedule-150x150.webp\" title=\"Schedule\" alt=\"Schedule\" border=\"0\" width=\"150\" height=\"150\" \/><\/div>\n<div id=\"blog-toc-container\" style=\"margin-top:20px;\">\n<p id=\"blog-toc-title\">In this article&#8230;<\/p>\n<ul>\n<li><a href=\"#what-is-schedule\">What is the Schedule service?<\/a><\/li>\n<li><a href=\"#stopped\">What happens if I stop (or disable) the Schedule service?<\/a><\/li>\n<li><a href=\"#how-to-stop\">The &#8220;Stop&#8221; button is disabled. How can I stop the Schedule service?<\/a><\/li>\n<li><a href=\"#disable\">Is it safe to disable the Schedule service?<\/a><\/li>\n<li><a href=\"#not-starting\">The Schedule service isn&#8217;t starting. Help!<\/a><\/li>\n<li><a href=\"#questions\">Questions? Problems?<\/a><\/li>\n<\/ul>\n<\/div>\n<p><a name=\"what-is-spooler\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">What is the Schedule service?<\/h2>\n<p>The Schedule service implements part of the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Windows_Task_Scheduler\" target=\"_blank\" rel=\"noopener noreferrer\">Windows Task Scheduler<\/a> &mdash; an important operating system component. The service&#8217;s display name is <b>Task Scheduler<\/b> and it runs inside the service host process, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Svchost.exe\" target=\"_blank\" rel=\"noopener noreferrer\">svchost.exe<\/a>:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/schedule-windows-service.png\" class=\"zoomPopup\" title=\"Schedule Windows Service\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/schedule-windows-service.png\" title=\"Schedule Windows Service (click to enlarge)\" alt=\"Schedule Windows Service\" border=\"0\" \/><\/a><\/div>\n<p>The Schedule service is responsible for automatically launching executables, batch files and scripts (i.e. tasks) on your PC, without human intervention. It can start each task:<\/p>\n<ul>\n<li>At a fixed day and time (e.g. &#8220;every night at 11 PM&#8221;)<\/li>\n<li>When someone logs on to the computer<\/li>\n<li>When the system is booted<\/li>\n<li>When the machine becomes idle<\/li>\n<li>When a specific system event occurs<\/li>\n<\/ul>\n<p>The pool of tasks to be run by the service is managed by the <b>Task Scheduler<\/b> application. Find it in the Control Panel (it may be called &#8220;Scheduled Tasks&#8221;), or launch the program directly by running <b>taskschd.msc<\/b>.<\/p>\n<p>From the main window, navigate into the <b>Task Scheduler Library<\/b> to see all the tasks that the Schedule service will run. Here we see a task that updates the Dropbox cloud storage software &mdash; set to run every day at 12:48 PM:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/task-scheduler-dropbox-update-task.png\" class=\"zoomPopup\" title=\"Task Scheduler - Dropbox Update Task\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/task-scheduler-dropbox-update-task.png\" title=\"Task Scheduler - Dropbox Update Task (click to enlarge)\" alt=\"Task Scheduler - Dropbox Update Task\" border=\"0\" \/><\/a><\/div>\n<p><a name=\"stopped\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">What happens if I stop the Schedule service?<\/h2>\n<p>No scheduled tasks will run when the service is stopped. <\/p>\n<p>This may be of little consequence on a machine with a handful of optional jobs, but it will be a catastrophe on a server that relies on scheduled tasks to perform mission-critical maintenance. <\/p>\n<p>Be sure to understand which camp you are in before stopping the Schedule service!<\/p>\n<p><a name=\"how-to-stop\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">The &#8220;Stop&#8221; button is disabled. How can I stop the Schedule service?<\/h2>\n<p>If you look closely at the <a href=\"\/blog\/images\/schedule-windows-service.png\" class=\"zoomPopup\" title=\"Schedule Windows Service\" target=\"_blank\" rel=\"noopener noreferrer\">service&#8217;s screenshot<\/a>, you will notice that the Stop button is disabled &mdash; indicating that the service cannot be stopped.<\/p>\n<p>And even the versatile <a href=\"\/blog\/windows-services\/essential-tools-for-windows-services-net-command\/\">NET STOP command<\/a> run as an administrator will fail, citing insufficient rights (&#8220;Access is denied&#8221;):<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/net-stop-schedule.gif\" class=\"zoomPopup\" title=\"Net stop Schedule fails\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/net-stop-schedule.gif\" title=\"Net stop Schedule fails (click to enlarge)\" alt=\"Net stop Schedule fails\" border=\"0\" width=\"520\" \/><\/a><\/div>\n<p>Evidently Microsoft is telling us, ever so gently, that we shouldn&#8217;t stop the service. \ud83d\ude42<\/p>\n<p>However &mdash; if you are hell-bent on ignoring Microsoft&#8217;s advice &mdash; there is a way forward. You can use our free <a href=\"\/products\/ServiceSecurityEditor\/\">Service Security Editor<\/a> tool to rejigger permissions and grant yourself the ability to stop the service. <\/p>\n<p>To do so:<\/p>\n<ol>\n<li>\n<p>Download the free <a href=\"\/products\/ServiceSecurityEditor\/\">Service Security Editor<\/a> utility from our website.<\/p>\n<\/li>\n<li>\n<p>Start Service Security Editor.<\/p>\n<\/li>\n<li>\n<p>Select <b>Task Scheduler<\/b> from the drop-down list:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/select-task-scheduler-service-service.png\" class=\"zoomPopup\" title=\"Select Task Scheduler Service\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/select-task-scheduler-service-service.png\" title=\"Select Task Scheduler Service (click to enlarge)\" alt=\"Select Task Scheduler Service\" border=\"0\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>Click the <b>Open<\/b> button to bring up the service&#8217;s security settings panel.<\/p>\n<\/li>\n<li>\n<p>In the top panel, highlight the user (or group) that should be able to stop the service. Check the <b>Stop<\/b> box in the lower panel.<\/p>\n<p>In this screenshot, we are allowing all administrators to stop the service:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/schedule-service-add-stop-permission.png\" class=\"zoomPopup\" title=\"Schedule service - Add Stop permission\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/schedule-service-add-stop-permission.png\" title=\"Schedule service - Add Stop permission (click to enlarge)\" alt=\"Schedule service - Add Stop permission\" border=\"0\" \/><\/a><\/div>\n<\/li>\n<li>\n<p>Click <b>OK<\/b> to record your settings. Close Service Security Editor.<\/p>\n<\/li>\n<\/ol>\n<p>The service&#8217;s Stop button will be enabled next time you open Services.msc:<\/p>\n<div align=\"center\"><a href=\"\/blog\/images\/schedule-service-stop-button-enabled.png\" class=\"zoomPopup\" title=\"Schedule Windows Service: Stop button enabled\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"image-padding\" src=\"\/blog\/images\/schedule-service-stop-button-enabled.png\" title=\"Schedule Windows Service: Stop button enabled (click to enlarge)\" alt=\"Schedule Windows Service: Stop button enabled\" border=\"0\" \/><\/a><\/div>\n<p><a href=\"https:\/\/en.wikipedia.org\/wiki\/Caveat_emptor\" target=\"_blank\" rel=\"noopener noreferrer\">Caveat emptor<\/a>!<\/p>\n<p><a name=\"disable\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Is it safe to disable the Schedule service?<\/h2>\n<p>In their <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/security\/windows-services\/security-guidelines-for-disabling-system-services-in-windows-server\" target=\"_blank\" rel=\"noopener noreferrer\">guidance on disabling system services on Windows Server 2016<\/a>, Microsoft does not classify the Task Scheduler service as &#8220;Do Not Disable&#8221;. Indeed, they punt on guidance altogether, commenting that &#8220;the impact of disabling the service has not been fully evaluated&#8221;. However, they do recommend that the Schedule service remains enabled.<\/p>\n<p>In contrast, Windows guru Raymond Chen proclaims that <a href=\"https:\/\/blogs.msdn.microsoft.com\/oldnewthing\/20181002-00\/?p=99875\" target=\"_blank\" rel=\"noopener noreferrer\">disabling the Task Scheduler service is a bad idea<\/a>. You should probably heed his advice.<\/p>\n<p><a name=\"not-starting\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">The Schedule service isn&#8217;t starting. Help!<\/h2>\n<p>We suggest the following:<\/p>\n<ol>\n<li>\n<p><b>Reboot your computer.<\/b> Hopefully you have fallen victim to a temporary glitch and sanity will be restored when the operating system next starts.<\/p>\n<\/li>\n<li>\n<p><b>Manually run Windows Update.<\/b> If you&#8217;re lucky, the Microsoft Windows engineers have already found and fixed the problem with their software.<\/p>\n<\/li>\n<li>\n<p><b>Seek expert help.<\/b> Start with a google search for a quick fix; move on to your local administrator if no resolution is forthcoming.<\/p>\n<\/li>\n<li>\n<p><b>Reinstall Windows.<\/b> You may have to start over from scratch if nothing else works&#8230; \ud83d\ude41<\/p>\n<\/li>\n<\/ol>\n<p><a name=\"questions\"><\/a><\/p>\n<hr class=\"blog-section\">\n<div style=\"width:100%;margin-bottom:30px;\">\n<div style=\"margin:0px;float:right;\"><a href=\"#top\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.coretechnologies.com\/images\/top.jpg\" border=\"0\" width=\"50\" height=\"18\" title=\"Go to the top\" alt=\"\" \/><\/a><\/div>\n<\/div>\n<h2 class=\"blog-caption\">Questions? Problems?<\/h2>\n<p>If you&#8217;d like to know more about the Windows Schedule service, or you have a specific problem, please feel free to <a href=\"\/support\/\">get in touch<\/a>. We&#8217;ll do our best to help you!<\/p>\n<div style=\"margin-top:30px\" align=\"center\">\n<div class=\"cta-button-1\">\n<table role=\"presentation\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"left\">\n<tbody>\n<tr>\n<td align=\"center\"><a href=\"\/blog\/tag\/essential-windows-services\/\" title=\"Find more important Windows Services\"><span><nobr>More Essential Windows Services&#8230;<\/nobr><\/span><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<!-- relpost-thumb-wrapper --><div class=\"relpost-thumb-wrapper\"><!-- filter-class --><div class=\"relpost-thumb-container\"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }<\/style><h3>You may also like...<\/h3><div style=\"clear: both\"><\/div><div style=\"clear: both\"><\/div><!-- relpost-block-container --><div class=\"relpost-block-container relpost-block-column-layout\" style=\"--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2\"><a href=\"https:\/\/www.coretechnologies.com\/blog\/windows-services\/windows-service-forgets-password\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Why does my Windows Service keep forgetting its password?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/forgets-windows-service-password-150x150.png\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">Why does my Windows Service keep forgetting its password?<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/servicetray\/start-automatically-at-login\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"How do I Start ServiceTray when I Login to Windows?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/windows-10-problem-150x150.png\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">How do I Start ServiceTray when I Login to Windows?<\/h2><\/div><\/div><\/a><a href=\"https:\/\/www.coretechnologies.com\/blog\/service-protector\/turn-off-during-maintenance\/\"class=\"relpost-block-single\" ><div class=\"relpost-custom-block-single\"><img decoding=\"async\" loading=\"lazy\" class=\"relpost-block-single-image\" alt=\"Q &amp; A: How Do I Turn Off Service Protector During Scheduled Maintenance?\"  src=\"https:\/\/www.coretechnologies.com\/blog\/wp-content\/uploads\/qa-150x150.png\" style=\"aspect-ratio:1\/1\" style=\"aspect-ratio:1\/1\"><\/img><div class=\"relpost-block-single-text\"  style=\"height: 75px;font-family: Arial;  font-size: 12px;  color: #333333;\"><h2 class=\"relpost_card_title\">Q &amp; A: How Do I Turn Off Service Protector During Scheduled Maintenance?<\/h2><\/div><\/div><\/a><\/div><!-- close relpost-block-container --><div style=\"clear: both\"><\/div><\/div><!-- close filter class --><\/div><!-- close relpost-thumb-wrapper -->","protected":false},"excerpt":{"rendered":"<p>In this article&#8230; What is the Schedule service? What happens if I stop (or disable) the Schedule service? The &#8220;Stop&#8221; button is disabled. How can I stop the Schedule service? Is it safe to disable the Schedule service? The Schedule &hellip; <a href=\"https:\/\/www.coretechnologies.com\/blog\/windows-services\/schedule\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":6281,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[78,141,164,196],"class_list":["post-6188","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-services","tag-essential-windows-services","tag-schedule-service","tag-task-scheduler","tag-windows-services-2"],"_links":{"self":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/6188","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/comments?post=6188"}],"version-history":[{"count":3,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/6188\/revisions"}],"predecessor-version":[{"id":13303,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/6188\/revisions\/13303"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media\/6281"}],"wp:attachment":[{"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=6188"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=6188"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.coretechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=6188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}