Guest User

Untitled

a guest
Sep 27th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ProcessStartInfo startInfo = new ProcessStartInfo();
  2. startInfo.FileName = Application.StartupPath + "\123.exe";
  3. startInfo.Domain = "yourdomain"
  4. startInfo.UserName = "yourusername"
  5. startInfo.Password = pass;
  6. Process.Start(Info);
Add Comment
Please, Sign In to add comment