Task Scheduler: User account does not have permission to disable the task

When you open Task Scheduler and try to disable a task, the following error message may occur even though you’re logged in to an administrator account:

The user account you are operating under does not have permission to disable the task.

user account does not have permission to disable the task

Cause

The above error occurs if that particular scheduled task is protected by NTFS permissions. The scheduled task files are located under “c:\windows\system32\tasks” and some of the task files in that folder have tightened NTFS permissions. Even the Administrators group has no “Full control” permissions for some built-in tasks.

For instance, some built-in tasks such as \Microsoft\Windows\UpdateOrchestrator can only be disabled or modified using the LocalSystem account.

Resolution

To prevent the error “The user account you are operating under does not have permission to disable the task” when enabling or disabling a task, start Task Scheduler under the LocalSystem or TrustedInstaller accounts.

Please check out the following articles for more information:



Use the “AdvancedRun” utility mentioned in the above articles from Nirsoft to run Task Scheduler under the LocalSystem (or TrustedInstaller) account.

The command to launch Task Scheduler is “mmc.exe taskschd.msc“. See screenshot below:

start task scheduler as trustedinstaller. user account does not have permission to disable the task

You should be able to enable, disable, or modify the protected scheduled tasks in the Task Scheduler window that launches.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment