註冊表「HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\」下建「PreferExternalManifest」(DWORD)值1windows
eclipse文件夾新建eclipse.exe.manifest文件:app
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>eclipse
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">ide
<description>eclipse</description>ui
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">xml
<security>ip
<requestedPrivileges>it
<requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3"io
level="asInvoker"asm
ms_asmv3:uiAccess="false">
</requestedExecutionLevel>
</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>