Windows 10 - DPI Scaling Blurry Text Fix

Fix blurry Text in WIndows 10

How to fix DPI Scaling Burry Text with Compatibility for each app or with Registry keys to use Windows 8 Scaling

Keys for 125%:

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

Shell:startup = run to get to startup folder

From a users comment on youtube "Values are powers of 12.. because full HD screen 1920x1080 divided by 12 is 160x90.. so scaling values in HEX are actually 96, 120, 144, 168, 192 points, not 100, 125, 150.. So for perfect scaling you need to find good value for your monitor resolution."