Need additional parameters for Start Process \System\Process to support running an application under a specific domain account\username.
See: http://www.codeproject.com/KB/cs/runas.aspx
You can achieve it using the runas command line in combination with send keystrokes for the password prompt (not the cleanest solution but it works)
You can achieve it using the runas command line in combination with send keystrokes for the password prompt (not the cleanest solution but it works)