1、按下“Win按钮+R”打开运行,在框中输入regedit 点击确定,打开“注册表编辑器”;
2、在注册表左侧依次展开:HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionSideBySide,在右侧单击右键点击【新建】-【DWORD(32位)值】,将改制命名为【 PreferExternalManifest】;
3、双击打开“PreferExternalManifest”,将数值数据修改为“1”,然后修改为“十进制”点击确定;
4、接着在桌面新建一个文本文档,将下面代码复制到文本文档中;
- 01<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-
- 02<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
-
- 03<dependency>
-
- 04<dependentAssembly>
-
- 05<assemblyIdentity
-
- 06type="win32"
-
- 07name="Microsoft.Windows.Common-Controls"
-
- 08version="6.0.0.0" processorArchitecture="*"
-
- 09publicKeyToken="6595b64144ccf1df"
-
- 10language="*">
-
- 11<assemblyIdentity>
-
- 12<dependentAssembly>
-
- 13<dependency>
-
- 14<dependency>
-
- 15<dependentAssembly>
-
- 16<assemblyIdentity
-
- 17type="win32"
-
- 18name="Microsoft.VC90.CRT"
-
- 19version="9.0.21022.8"
-
- 20processorArchitecture="amd64"
-
- 21publicKeyToken="1fc8b3b9a1e18e3b">
-
- 22<assemblyIdentity>
-
- 23<dependentAssembly>
-
- 24<dependency>
-
- 25<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
-
- 26<security>
-
- 27<requestedPrivileges>
-
- 28<requestedExecutionLevel
-
- 29level="asInvoker"
-
- 30uiAccess="false">
-
- 31<requestedPrivileges>
-
- 32<security>
-
- 33<trustInfo>
-
- 34<asmv3:application>
-
- 35<asmv3:windowsSettings xmlns="http:schemas.microsoft.comSMI2005WindowsSettings">
-
- 36<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http:schemas.microsoft.comSMI2005WindowsSettings">false<ms_windowsSettings:dpiAware>
-
- 37