Failed to create task. Error: 0x80070003
When a scheduled task is created, the following error is shown:
Failed to create task. Error: 0x80070003
The error comes from the operating system (task scheduler) and means that a path cannot be found:
ERROR_PATH_NOT_FOUND: The system cannot find the path specified.
In this case the path is referring to the task scheduler folder where the tasks are saved to.
Keywords