Before you say its a duplicate question, please let me explain (as I\'ve read all similar threads).
My application has both of these settings:
proc
i see that you are calling cmd and then passing the command as parameters. Instead call the command directly
e.g.
System.Diagnostics.ProcessStartInfo procStartInfo = new System.DiagnosticsProcessStartInfo("xcopy", " "); procStartInfo.WindowStyle = ProcessWindowStyle.Hidden;