Text in PowerBuilder IDE loses high definition when zoomed above 100% Zoom

Symptom

When zoomed above 100%, such as 150%, text in PowerBuilder IDE loses high definition.

Environment

PowerBuilder 2017 or later

Cause

After setting the Zoom above 100% for text in Windows, the text in PowerBuilder is blurred.

Solution

You can execute the following command to add these registry entries to solve this problem.

REG ADD "HKCU\Control Panel\Desktop" /v DpiScalingVer /t REG_DWORD /d 0x00001018 /f
REG ADD "HKCU\Control Panel\Desktop" /v Win8DpiScaling /t REG_DWORD /d 0x00000001 /f
REG ADD "HKCU\Control Panel\Desktop" /v LogPixels /t REG_DWORD /d 0x00000078 /f