1. win找运行-输入“regedit”,回车

2. 完成以后在打开的注册表中使用鼠标一下展开以下的文件夹:

  HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide

3. 打开之后在右侧空白处使用鼠标右键单击,选择“ 新建”下的“DWORD(32位)值”。创建一个叫做“ PreferExternalManifest”的dword值!

4. 使用鼠标双击打开它的设置界面,将数值数据设置为:1,进制设置为:十进制。

5. 然后回到桌面上,使用鼠标右键新建一个txt文档,建好之后双击打开它,将下方网址中的代码都复制粘贴进去(无前后空格)

<?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. 由于这个教程可以更改所有adobe旗下的工具软件界面字体,所以在保存这个文档的时候需要命名,例如西北需要给AI更改,那么文件的名称就为illustrator.exe.manifest,若是要给fireworks更改就需要将文件名保存为:fireworks.exe.manifest,只要保存相同的后缀,然后文件名即使软件名称即可

6. 紧接着进入ai软件的安装目录中去,若是找不到安装目录的用户可以使用鼠标右键单击桌面上的软件图标,弹出的选项中选择“属性”选项即可,这样就能在属性中找到相关的位置了。打开安装目录之后在文件夹中找到后缀名为.exe的软件程序,把我们在桌面上新建的txt文件复制粘贴进去!

Adobe全家桶应该均可,我那个ai太奇怪了…………
源:
http://www.pc0359.cn/article/jiaocheng/69216.html
http://www.danantonielli.com/wp-content/uploads/2014/03/manifest.txt
也不知道啥时候就没了

看看隔壁

1条评论

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注