16

We know that with the Windows 10 feature Display Scaling is possible to change the size of text, apps and icons. Once you set a value, this is applied to ALL texts, apps and icons. I just want to set this feature for specific apps. One example: 125% is set to default, but when I use an IDE like Eclipse or Visual Studio I want the scaling at 100%. Is it possible?

2 Answers 2

8

It's possible.

Right-click the .exe of the program that is not to be scaled, choose Properties, go to the tab Compatibility, click "Disable display scaling on high DPI settings", finally click OK.

2
  • 8
    What if the default is 250% and we want to set blurry apps to 200%?
    – aviator
    Commented Apr 20, 2019 at 17:13
  • This doesn't seem to work with Visual Studio 2019
    – Sylveon
    Commented Sep 22, 2020 at 5:25
8

Thanks!

Windows changed "Disable display scaling on high DPI settings" to:

Change high DPI settings > (Checkbox) Override high DPI scaling behavior. Scaling performed by: Application.

Just had to select "Application" from the drop down menu and now, all apps run on 125% and the app I open runs on 100%.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .