Process.Start() not spawning new process under the same user
问题 I was always under the impression that when you're running a process as (domain\user) mydomain\myuser , when using Process.Start() it would start this new process using the same credentials - mydomain\myuser . The issue I'm having is that my Process.Start() call seems to be creating a process under the SYSTEM account which is causing me permission issues in the started process (which must run under an admin account due to the work it does). If it changes things - I'm spawning this process (a