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 
  • 相关阅读:
    用Zend Studio12 导入在workspace中的项目
    PHP 统计中文字符串的长度
    jQuery判断checkbox是否选中的3种方法
    js,jquery获取下拉框选中的option
    HTML与XHTML的区别
    HTML头部
    HTML框架标签
    js的继承
    图片懒加载
    Http请求的gzip压缩
  • 原文地址:https://www.cnblogs.com/samcn/p/1597405.html
Copyright © 2011-2022 走看看