Hi,
Good Evening.
I trying to update an existing task scheduler in my server.
Below is the setting I have done to update the existing task in task scheduler:
Task setting:-
- Triggers: At System Start up
- Running the task user account : SYSTEM
- Run whether user is logged on or not
- Run with highest privilege's
I have tried the following action for the existing task:
1) Manually run the task with updated setting.
Result: Run smoothly and there's no event 4625 logged in Event Viewer.
2) Restart server to trigger the updated existing task.
Result: After a few minutes server restarted, the window security log display event code 4625
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xC000006D
Sub Status: 0xC0000064
3) Manually run the existing task with another user account.
Result: Run smoothly and there's no event 4625 logged in Event Viewer.
4) Restart server to trigger the existing task with another user account.
Result: Run smoothly and there's no event 4625 logged in Event Viewer.
5) Create a new task with user account system and manually run the task.
Result: Run smoothly and there's no event 4625 logged in Event Viewer.
6) Restart server to trigger the new task.
Result: Run smoothly and there's no event 4625 logged in Event Viewer.
Kindly advice and assist the failure to run the existing updated task.
Thanks.