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


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

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

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

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

<?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)

 

 

 

參考文章

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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM