windows 10 high dpi problem fix

来源:互联网 发布:mac 流程图软件 免费 编辑:程序博客网 时间:2024/06/01 10:33

enlarge to 200% , create one file named to200.cmd then add the content below.

run "shell:startup", move to200.cmd to startup folder.(if you don't want it, remove to200.cmd from startup folder.

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


0 0