zoukankan      html  css  js  c++  java
  • Enable Multiple RDP Sessions on Windows/Windows Server

    By default, Windows and Windows server allow a single Remote Desktop session. If you have multiple administrators working on your computer and only one session is available you will take over another person’s live session. However, following the instructions below allows you to enable multiple RDP sessions.

    Open the start screen (press Windows + R) and type gpedit.msc and open it.

    1. Go to Computer Configuration
    2. Administrative Templates
    3. Windows Components
    4. Remote Desktop Services
    5. Remote Desktop Session Host
    6. Connections.

    Then Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled

    If you want to restrict the number of Remote Desktop Services sessions that can be active on a server, Set Limit number of connections to Enabled, and enter the number of connections you want to specify in RD Maximum Connections allowed.

    Be aware that if you want or need to allow more than 2 simultaneously sessions, RDS deployment with appropriate RDS CALs installed is necessary.

    更多参考: How to enable Remote Desktop

  • 相关阅读:
    点击两次返回键程序退出
    权限android.permission.WRITE_EXTERNAL_STORAGE 内外置sd卡写权限
    java Calendar add方法
    MeasureSpec简介
    android bitmap转换
    IOS键盘隐藏和显示调用
    内存溢出
    UIView递归
    caLayer
    C++算法
  • 原文地址:https://www.cnblogs.com/makesense/p/12616693.html
Copyright © 2011-2022 走看看