CreateProcessAsUser icon indicating copy to clipboard operation
CreateProcessAsUser copied to clipboard

Clarify required permissions

Open 0x53A opened this issue 7 years ago • 0 comments

Clarify that you need to be a Service running under the LocalSystem account.

I have a service running under a domain account (because it needs to access domain resources) and been unable to get it to work.

Afaik it is impossible without jumping through too many hoops (I could maybe register a proxy service under the system account, similar to how sysinternals does it)

0x53A avatar Jan 04 '19 16:01 0x53A