I am trying to execute
runas /netonly /user:domain\username "C:\Users\user\Documents\Visual Studio 2015\Projects\samplePACE\samplePACE\bin\Debug\samplePACE.exe brown"
samplePACE.exe is the Application name and brown is the argument.
It will ask for a password. I have to enter and then the application gets executed.
I need to perform the above two operations using C#.
Thanks.