Remote Desktop增强:Terminal Services注册表设置

Remote Desktop of MS的颜色只有24bit,并且字体是有锯齿的。

可以在注册表中修改两个值,来增强设置。

 











24-bit color:[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]"fDenyTSConnections"=dword:00000000"UserAuthentication"=dword:00000000"ColorDepth"=dword:00000004Antialiasing font:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations]New DWORD Key: AllowFontAntiAliasValue: 00000001 

你可能感兴趣的:(Terminal)