How can I start (Run As) application for example "C:\xxx.exe" with another account-user and password in vb.net ?
I tried the ( Process.Start ), but it doesn't seem to work !
Code:Process.Start("C:\xxx.exe"", username, vbNullString, password)
|
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |