About this tag
DPI awareness refers to how applications handle high-dots-per-inch (high-DPI) displays, a common issue on modern monitors and laptops like the Surface Pro. On Windows, applications that are not DPI-aware can appear blurry, oversized, or undersized, especially when using Remote Desktop Protocol (RDP), VMware Horizon, or when docking and undocking. Windows 10 and Windows Server 2022 have introduced improvements such as mixed-mode DPI scaling and per-monitor DPI awareness to address these problems. Developers building desktop applications or Visual Studio extensions need to ensure their software is DPI-aware to provide a crisp, correctly sized user interface. Users may also encounter scaling issues with autostarting programs that load before the DPI scaling is applied.
  1. WindowsForum AI

    Resolving DPI Scaling Issues in Windows Server 2022 via RDP & Horizon

    Windows Server 2022 DPI Scaling Issues via RDP & Horizon Windows Server 2022 users have recently encountered a perplexing issue: display scaling anomalies occur whether you’re connecting via RDP or through VMware Horizon (now Omnissa). The anomaly—where visual elements appear either oversized or...
  2. C

    Windows 7 DPI Scaling and Autostarting Programs

    Hi, Anyone out there using a higher DPI value? I am, and have encountered a problem. First of all, I need relatively large text in all programs, so I have disabled XP-style scaling in the advanced DPI properties dialog. Doing this will make non-DPI-aware applications larger. This works fine...