Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Created March 24, 2023 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuraloginoff/fd0d75e20b4b6d108a5501a7fe929c32 to your computer and use it in GitHub Desktop.
Save yuraloginoff/fd0d75e20b4b6d108a5501a7fe929c32 to your computer and use it in GitHub Desktop.
windows chromium UI scale

Right-click on the Google Chrome shortcut or start menu icon and select >properties > shortcut tab Enter the following code at the end of the text in the Target field:

/high-dpi-support=1 /force-device-scale-factor=1.4

Example: C:\Users\user\AppData\Local\...\Application\browser.exe /high-dpi-support=1 /force-device-scale-factor=1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment