adobe photoshop/fireworks/illustrator/dreamweaver等软件在4k屏/高分屏字体很小如何办:根据系统的缩放比例来显示

搬瓦工机场JMS

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>

 

注意:针对不同的软件,只要更改文件名即可,不需要改代码

<?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.改完之后就变成这样啦,会根据系统的缩放比例来显示,过程稍稍需要些耐心,不过改完后再也不用每次带着放大镜了~

技术分享

未经允许不得转载:Just My Socks中文教程网 » adobe photoshop/fireworks/illustrator/dreamweaver等软件在4k屏/高分屏字体很小如何办:根据系统的缩放比例来显示

赞 (0) 打赏

相关推荐

    暂无内容!
Just My Socks搬瓦工机场JMS

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏