How to hide the process windows as below,
In my case I 've try to set these attribute as below and then it work!
info.CreateNoWindow = true;
info.UseShellExecute = false;
Data Source :
https://stackoverflow.com/questions/23246613/hiding-the-process-window-why-isnt-it-working