Photoshop CS5和CS6界面字体和图表太小修改办法

2025-10-22 19:08:41

1、运行注册表

       打开方式:开始菜单中单击”运行“➡键入“regedit”并回车

注册表中

       展开HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion并单击SideBySide,在右栏内新建DW开头的文件,该文件名为PreferExternalManifest,键值为1(10进制)。

关闭注册表

Photoshop CS5和CS6界面字体和图表太小修改办法

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

将以上文字复制并保存在一个新建的记事本中,记事本命名为 photoshop.exe.manifest(文件后缀是.manifest不是.txt!)。ps cs5 和 ps cs6的photoshop.exe.manifest中的内容是一样的。

Photoshop CS5和CS6界面字体和图表太小修改办法

3、将photoshop.exe.manifest复制到你的ps的安装根目录下

4、将ps程序重新启动你会发现它已经变好了

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢