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)