Hello,
I recently updated my Win10 Home PC from version 1511 to version 1607. I was pleased to see that the update process went smoothly; I used the Windows Update route. The PC is currently at OS Build 14393.693.
However, I have now noticed that all my tasks in the Task Scheduler that have more than one action specified on the actions tab are always bombing out when trying to start the second action. The first action appears to execute properly in all cases. Each time there are two error messages immediately after the first action has ended and the second action is about to start:
EventID 104: Task Scheduler failed to log on “MyTaskName” . Failure occurred in “LogonUserExEx” . User Action: Ensure the credentials for the task are correctly specified. Additional Data: Error Value: 2147943726.
– – * * 104 * 0 * 2 * 104 * 0 * 0x8000000000000000 * * 3059 * * * Microsoft-Windows-TaskScheduler/Operational * MyPCName * * – * MyTaskName * LogonUserExEx * 2147943726 * *
EventID 101: Task Scheduler failed to start “MyTaskName” task for user “MyPCNameAdmin”. Additional Data: Error Value: 2147943726.
– – * * 101 * 0 * 2 * 101 * 101 * 0x8000000000000001 * * 3060 * * * Microsoft-Windows-TaskScheduler/Operational * MyPCName * * – * MyTaskName * MyPCNameAdmin * 2147943726 * *
The tasks are all set to run as administrator (my user Admin), with highest privileges and whether user is logged on or not. I have tried to run the tasks directly from Task Scheduler while logged in as Admin, and it makes no difference to the outcome.
All the tasks are unchanged from Win10 Home 1511 where they worked flawlessly, and it thus appears to me that this is a problem caused by Win 10 Home 1607. The first error message suggests to check the credentials, and I have done that to no avail; anyway the first action of the task is executing properly, so the task credentials must be OK.:confused:
All my Task Scheduler actions are to “Start a program”, be it an .exe file, a .bat or .ps1 file. In one case, the second action that fails to start is identical to the only action in another task, where it executes properly. In another case the second action (failing) is identical to the first action (succeding) except for a drive and filename argument to a .bat file, but the .bat file doesn’t even start the second time.
All my other tasks, i.e. those with only one action, appear to run normally.:)
Has anybody come across this problem before and/or know of a solution?
I can most probably circumvent the problem by writing batch or powershell scripts to handle the multiple actions and thus reduce the Task Scheduler’s actions to only one in each case, but that shouldn’t really be required when Task Scheduler is obviously designed to cater for multiple actions.
Thanks in advance for any help you can give.
mo.eu