[Chrome] DPI自行設定 – Chrome layout High-DPI display in Windows

在Windows下兩種解決方式:

1. 停用高DPI顯示調整

Chrome捷徑設定內容,相容性標籤下取消=>'在高DPI設定時,停用顯示調整值'


2. 捷徑目標參數 force-device-scale-factor

Chrome捷徑設定內容,捷徑標籤下目標路徑後面新增 /force-device-scale-factor=1

# 目標設定Sample
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 1" /force-device-scale-factor=1.1

Leave a Reply

Your email address will not be published. Required fields are marked *