I have the following code:
info = new System.Diagnostics.ProcessStartInfo(\"TheProgram.exe\", String.Join(\" \", args)); info.CreateNoWindow = true; info.Win
None of those answers helped me, but this solution worked fine with handling hangs
https://stackoverflow.com/a/60355879/10522960