zoukankan      html  css  js  c++  java
  • Remote Desktop Issues

    1. Enable multiple users to connect server use remote desktop connections

    In Windows Server 2008:

      • Add ‘Terminal Service’ roles from Server Manager->Roles->Add roles.
      • Select following Role Services: Terminal Server and TC licensing
      • Finish the installation

    In Windows Server 2008 R2

      • Add ‘Remote Desktop Services’ roles from Server Manager->Roles->Add roles.
      • Select following Role Services: Remote desktop session host and Remote desktop licensing.
      • Finish the installation

    After installing the role, you can config the terminal server use Terminal Services Configuration tool.

    Start->Search: tsconfig.msc, and run the tsconfig.msc as administrator.

    Or Start->Administrative Tools->Terminal Services->Terminal Services Configuration

    Right-click the connection->Properties: you can configure here.

    e.g. You can restrict each user to a single session or not.

    At the Network Adapter, you can set allowed connections amount.

     

    2. Cannot find a valid terminal service server

    You should install the TS Licensing role service.

    TS Licensing manages the Terminal Services client access licenses (TS CALs) that are required to connect to a terminal server.

  • 相关阅读:
    P3952 [NOIP2017 提高组] 时间复杂度
    1905. 统计子岛屿
    1102 Invert a Binary Tree (25 分)
    P1077 [NOIP2012 普及组] 摆花
    P3915 树的分解
    P1045 [NOIP2003 普及组] 麦森数
    P4961 小埋与扫雷
    P1123 取数游戏
    P1460 [USACO2.1]健康的荷斯坦奶牛 Healthy Holsteins
    CF1059B Forgery
  • 原文地址:https://www.cnblogs.com/henryhappier/p/1656059.html
Copyright © 2011-2022 走看看