How do I poke the flag in a win32 PE that controls console window display
Posted
by mbac32768
on Stack Overflow
See other posts from Stack Overflow
or by mbac32768
Published on 2010-03-12T20:52:11Z
Indexed on
2010/03/12
20:57 UTC
Read the original article
Hit count: 641
I have an executable which is part of a batch process. This one executable opens a console window, which is annoying since it's useless to the end user and steals focus away from their active task.
We can't compile a new version from of this EXE from source (easily). Is there an easy way to twiddle this setting in the PE?
© Stack Overflow or respective owner