murrayju / CreateProcessAsUser

Creates a process in a different Windows session
MIT License
369 stars 114 forks source link

Clarify required permissions #26

Closed 0x53A closed 10 months ago

0x53A commented 5 years ago

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)