zoukankan      html  css  js  c++  java
  • Windows RDP “No Remote Desktop License Servers available” Error message fix

    On a Server 2008 and 2012 RDS service that has been deployed and working for some time you begin to receive errors "The remote session was disconnected because there are no Remote Desktop License Server available" as shown below:

    1.jpg

    If this is happening after the license grace period AND you already had a setup a license server, please try the below steps:.

    1. Login to the server and open Registry by typing regedit.exe in Run or cmd prompt.(please note that this should be opened as Administrator.

    2. Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerRCMGracePeriod as shown in below window and select the GracePeriod Key. If the ‘GracePeriod’ key exists you will need to delete it.  

    2.jpg

    3. You must take ownership and give admin users full control to be able to delete GradePeriod key.

    -  Right Click on GradePeriod Key to take ownership of.
    -  On the Edit menu, click Permissions.
    -  Click Advanced, and then click the Owner tab.
    -  Under Change owner to, click the new owner, and then click OK.

    3.jpg

    Now, right click and delete the GracePeriod key( ‘REG_BINARY’ ). Once deleted, exit the registry and reboot the server.

  • 相关阅读:
    CF1095F Make It Connected
    【ZJOI2016】旅行者
    [COCI 2009] OTOCI / 极地旅行社
    Sum in the tree
    MST Unification
    【集训队作业2018】Simple Tree
    [COCI2009]Dvapravca
    python 网络编程-02 多进程的交互案例
    python 日志模块logging
    python 网络编程-01基础
  • 原文地址:https://www.cnblogs.com/rusking/p/12534579.html
Copyright © 2011-2022 走看看