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)
Printable View
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)
try to use the function process.load()