解决 Windows 远程桌面内无法设置分辨率,高分辨率下文字及图标太小问题

Posted Nihaorz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Windows 远程桌面内无法设置分辨率,高分辨率下文字及图标太小问题相关的知识,希望对你有一定的参考价值。

1、PreferExternalManifest.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\SideBySide]
"PreferExternalManifest"=dword:00000001

复制内容保存为 reg 文件,双击运行

 

2、mstsc.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>

复制内容保存为 mstsc.exe.manifest 文件,放到 C:\\Windows\\system32 目录下

 

我的 YOGA 14s 分辨率是 2880 * 1800,200%缩放,换算之后对应的就是 1440 * 900,做完上面两步后使用 mstsc 去远程 win7 查看分辨率就是 1440 * 900 了,界面显示比例终于正常了

 

参考链接:https://www.jianshu.com/p/ea81f6c085b1

以上是关于解决 Windows 远程桌面内无法设置分辨率,高分辨率下文字及图标太小问题的主要内容,如果未能解决你的问题,请参考以下文章

解决局域网内Windows无法ping通与无法远程桌面

解决Windows远程桌面“由于安全设置错误, 客户端无法连接到远程计算机”

Windows使用XRDP远程桌面连接Ubuntu后没有Dock桌面图标及UI难看问题解决

Windows 2008 R2无法连接远程桌面怎么办

Windows2003无法连接远程桌面问题 解决方法!

如何建立远程桌面服务Web访问端口