C# – Create process in a Remote Desktop session

crdpremote-process

How do I invoke a process in a specific remote desktop session so that it will start in that particular context using C#

Best Answer

I got it using the CreateProcessAsUser() method from wtsapi so, no more issues.