I have a small, high-resolution display that is set at 125%. However, one program I want to run consistently draws it's start screen at 1024x768, which is a tad too big for my screen.
I want this program, and only this program, to render at 100% rather than 125%.
THIS IS NOT A DUPLICATE. This program is DPI-aware and thus "Disable display scaling" won't work on it.
So, I see two options:
- Tell Windows to inform this program it's running at 96 DPI, and draw it as such.
- Have Windows scale the program down to fit.
How can I fix this?