Scheduled task

Marek G 171 Reputation points
2022-03-04T20:56:25.417+00:00

Hi pls,
i have trouble with run scheduled task. After i try run scheduled task, the sheduled task return Task Scheduler failed to start "\copyfile" task for user "DS\ServceCopy". Additional Data: Error Value: 2147943726.
but in the security logs is:
why is in security log account @@...
thanx

An account failed to log on.

Subject:
Security ID: SYSTEM
Account Name: Manage$
Account Domain: DS
Logon ID: 0x3E7

Logon Type: 4

Account For Which Logon Failed:
Security ID: NULL SID
Account Name: @@CyBA............A
Account Domain:

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2022-03-05T13:53:55.1+00:00

    In the task settings did you enter the user's password and do the options look like this?

    180160-capture.png

    Let's see if there is some restriction or problem with the account. Open an admin command prompt and use runas to launch a cmd prompt as that user.

    runas /user:DS\ServceCopy cmd.exe   
    

    You will be prompted for the account's password. You can then use whoami.exe to verify what account the process is running under.

    180371-capture3.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.