zoukankan      html  css  js  c++  java
  • 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:00000004


    Antialiasing font:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations]
    New DWORD Key: AllowFontAntiAlias
    Value: 00000001 
  • 相关阅读:
    pytest.4.Fixture
    pytest.3.Assert
    pytest.2.运行多个文件
    [LeetCode 378.] Kth Smallest Element in a Sorted Matrix
    priority_queue 自定义 comparator
    原地调整法查找数组元素
    [LeetCode 436.] Find Right Interval
    [LeetCode 611.] Valid Triangle Number
    二叉树Morris遍历
    用户态IO:DPDK
  • 原文地址:https://www.cnblogs.com/samcn/p/1597405.html
Copyright © 2011-2022 走看看