Is it possible to make a process launched with Process.Start to be launched and sent to the “back of the screen” e.g. behind all other open windows on the screen?
Is it possible to make a process launched with Process.Start to be launched and
Share
View the ProcessWindowStyle Enumeration for available options:
You can start your process at minimized state, for example: