This tutorial contains instructions to solve the Task Scheduler error 0x800710E0: “The operator or administrator has refused the request” on Windows OS.
A few days ago I tried to create a schedule task that will run at log of any user on the PC. But, unfortunately the task never starts for all the other users, (except the user that created the task), with error “The operator or administrator has refused the request (0x800710E0)“.
After trying several solutions to resolve error 0x800710E0 in Task Scheduler, I realized that the problem was due to insufficient permissions of other users to perform the task.
How to FIX Error 0x800710E0: The operator or administrator has refused the request.
To resolve the error 0x800710E0 for a scheduled task, use an account with Administrative privileges to create the new scheduled task, and modify the settings of the task as follows:
1. At General tab:
a. Check the Run with highest privileges checkbox and click the Change User or Group button.
b. Type Administrators on the box and click OK.
2. At Conditions tab:
a. Uncheck the Start the task only if the computer is on AC Power checkbox.
3. At Settings tab:
a. Check the Allow task to be run on demand checkbox.
b. Check the Run task as soon as possible after a scheduled start is missed checkbox.
c. Select to Stop the existing instance if the task is already running.
d. Click OK to save the new task.
4. Restart the PC and check if the task is running at log on any user. Normally the error “The operator or administrator has refused the request” should be resolved.
That’s all folks! Did it work for you?
Please leave a comment in the comment section below or even better: like and share this blog post in the social networks to help spread the word about this solution.