PhotoShop CS6 在2K屏幕下標題菜單等字體過小

對於此類問題,我更喜歡直接了當,不做解釋,解決方法以下(大面積參考互聯網內容):html

(1)Win+R按鍵打開運行對話框, 輸入regedit,打開註冊表。windows

(2)展開HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion,並單擊SideBySide。在右欄內新建DW開頭的文件,該文件名爲PreferExternalManifest,鍵值爲1(10進制)。app

(3)建立資源設置文件photoshop.exe.manifest,並放置在PS的根目錄下(PhotoShop.exe同級目錄下)。ide

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<dependency>
  <dependentAssembly>
    <assemblyIdentity
      type="win32"
      name="Microsoft.Windows.Common-Controls"
      version="6.0.0.0" processorArchitecture="*"
      publicKeyToken="6595b64144ccf1df"
      language="*">
    </assemblyIdentity>
  </dependentAssembly>
</dependency>
<dependency>
  <dependentAssembly>
    <assemblyIdentity
      type="win32"
      name="Microsoft.VC90.CRT"
      version="9.0.21022.8"
      processorArchitecture="amd64"
      publicKeyToken="1fc8b3b9a1e18e3b">
    </assemblyIdentity>
  </dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  <security>
    <requestedPrivileges>
      <requestedExecutionLevel
        level="asInvoker"
        uiAccess="false"/>
    </requestedPrivileges>
  </security>
</trustInfo>
<asmv3:application>
  <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
    <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
  </asmv3:windowsSettings>
</asmv3:application>
</assembly>
View Code

將以上文字複製並保存在一個新建的記事本中,記事本命名爲 photoshop.exe.manifest(注意後綴是.manifest)字體

 

 

 

參考文章ui

Photoshop CS5和CS6界面字體和圖表過小修改辦法james_tyg,201701.spa

相關文章
相關標籤/搜索