News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Question on AV false positive detection work around

Started by InfiniteLoop, March 03, 2023, 08:22:09 PM

Previous topic - Next topic

InfiniteLoop

I just remembered. I have an important question, now you mention manifest.

How can you disable "fullscreen optimizations" in an .exe ? Using the manifest, the startup options i.e. maximize,minimize,run as admin etc or is there some Windows API?

jj2007


InfiniteLoop

No, the "fullscreen optimizations".
As far as I can tell there's no way to turn it off programmatically or as a simple compilation option or commandline i.e. startup options

hutch--

JJ is right, ShowWindow() can be set to fullscreen, a sized window or minimised at startup.

HSE

There is some Win10 feature available for DirectX 9+ based games and applications, that apparently can be a problem sometimes:

https://www.minitool.com/news/disable-fullscreen-optimizations.html

Equations in Assembly: SmplMath