ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.CreateNoWindow = true;//不创建窗口 转载于:https://www.cnblogs.com/wdw31210/p/6289593.html