4k屏/高分屏adobe photoshop 、fireworks、illustrator、dreamweaver 等軟件字體小解決辦法


1. 按windows+R鍵或找到運行,輸入 regedit,單擊確定

2.依次找到  HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide,右鍵單擊 新建>DWORD(32位)值,命名為 PreferExternalManifest

無論是64位還是32位的,都是新建對應的DWORD

 

3.雙擊剛剛新建的文件,將數值數據改成1,並選擇右側的十進制,單擊確定

4.新建一個txt文件,復制如下代碼到文件中,保存,以需要更改字體的軟件命名,並將后綴名改為 .manifest;例如,photoshop.exe.manifest;fireworks.exe.manifest;illustrator.exe.manifest;dreamweaver.exe.manifest

注意:針對不同的軟件,只要更改文件名即可,不需要改代碼

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

5.最后一步,找到軟件的安裝目錄,此文件夾中一定包含軟件的應用程序,即.exe文件,將創建的 .manifest文件復制到其中,如圖,比如我裝的是AI,則找到illustrator.exe所在的文件夾,將新建的illustrator.exe.manifest文件復制到改文件夾中

7.結果,原先我的Firewks界面是這個樣子,簡直要看瞎了

 

8.改完之后就變成這樣啦,會根據系統的縮放比例來顯示,過程稍稍需要些耐心,不過改完后再也不用每次帶着放大鏡了~

 9.其他adobe  photoshop 、fireworks、illustrator、dreamweaver等軟件同理,就不一一展示了,希望本文能幫到更多遇到這樣問題的人。


免責聲明!

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



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