通过RDP (Remote Desktop Protocol) 连接到的XP,默认是无法启用ClearType字体平滑的,即使选项开启,也没有作用。其实XP SP3(SP2也支持,其它的版本没试过)是可以原生支持RDP模式下开启ClearType的,只需要把如下的信息保存为注册表文件,然后导入到客户 机*的注册表,重新登录(或者重启)就可以激活ClearType了。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations]
"AllowFontAntiAlias"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"AllowFontAntiAlias"=dword:00000001

*客户机指的是RDP连接到的其他远程计数机。

相关文章:

  • 2022-01-05
  • 2021-09-17
  • 2022-01-20
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-02-22
  • 2022-02-05
猜你喜欢
  • 2022-01-22
  • 2021-12-18
  • 2021-11-19
  • 2021-11-20
  • 2022-01-05
  • 2022-01-05
相关资源
相似解决方案