I want to set the ProcessStartInfo values for the running process... I am not starting an external process.
For example, is there an attribute I can place on my Main method that tells Windows to start this executable with the following settings.
I am trying to find a way to start my console hidden or minimized. Yes I can minimize it after it starts, or I can have my process start another process but neither of those are satisfactory.
Thanks