NOTE: This it not a duplicate of Run a batch file in a completely hidden way, the solutions there do not work for this problem.
On Windows 11 there are several GUI (not batch) programs (for example, the jzIntv emulator) that I use which open a second console window in the background, in addition to the main GUI window. Is there some method or utility I can use that will enable running and showing the GUI, but hiding the console window?
Note that this is specifically about GUI executables that I run which, in turn, open a secondary console. I want to run the GUI and have it remain visible, while the console that the GUI opens (which I have no direct control over) to be hidden.
I am not trying to run/hide a batch file.
