Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Dec 18, 2018
1 parent 07f07e0 commit 8cc89d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GoCommando/Go.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ static void Impersonate(string username, string password, string domain, IEnumer
CreateNoWindow = true,
RedirectStandardOutput = true,
RedirectStandardError = true,

ErrorDialog = false,
WindowStyle = ProcessWindowStyle.Hidden,
LoadUserProfile = false
};

var process = new Process
Expand Down

0 comments on commit 8cc89d9

Please sign in to comment.