Skip to content

Instantly share code, notes, and snippets.

@gordonbondon
Created December 24, 2015 12:14
Show Gist options
  • Save gordonbondon/59aa4b1f57d0b201682c to your computer and use it in GitHub Desktop.
Save gordonbondon/59aa4b1f57d0b201682c to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment