Task Scheduler failed to start. Additional Data: Error Value: 2147943726

前端 未结 9 1179
無奈伤痛
無奈伤痛 2020-12-13 23:52

I am using windows 10 task scheduler to run tasks that require me using my personal user account (its necessary to use my user and not system user because of permission issu

相关标签:
9条回答
  • 2020-12-14 00:47

    I had the same issue with the windows task scheduler.

    The reason for the failure is the recent change in the password of the system user which was configured at the time of task creation.

    Solution:

    • Go to properties of task
    • Under General tab, click on "Change User or Group..."
    • Enter the username in the field "Enter the object name to select"
    • This will ask for Authentication, provide your credentials

    Thats it !

    0 讨论(0)
  • 2020-12-14 00:47

    You can also simply edit the properties of each task (you don't have to change anything), hit ok, and you'll be prompted for your new password. "Conveniently", I didn't see a way to do all of them at once.

    0 讨论(0)
  • 2020-12-14 00:49

    I know it is a late answer, I had the same issue today, a schedduled task I had created a long time ago and stopped running a week ago. Turns out i had changed the password for my username which was the issue. once I went back to the task, made a chance I was asked for the password again.

    0 讨论(0)
提交回复
热议问题