zoukankan      html  css  js  c++  java
  • You receive 'The remote computer disconnected the session because of an error in licensing protocol' on XP Prf

    You receive 'The remote computer disconnected the session because of an error in licensing protocol' when you attempt to connect to a remote computer using Remote Desktop on a Windows XP Professional Edition?

    When you attempt to connect to a remote computer using Remote Desktop on a Windows XP Professional Edition, you receive:

    The remote computer disconnected the session because of an error in licensing protocol.

    To resolve this behavior, I have scripted FixRDMSL.bat, which contains:

    @echo off
    setlocal
    call :Quiet>nul 2>&1
    set key=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing
    for /f "Tokens=*" %%a in ('REG QUERY %key%^|find /i "%key%\"') do (
     @echo REG DELETE "%%a" /F
     REG DELETE "%%a" /F
    )
    endlocal
    goto :EOF
    :Quiet
    NET START TERMSERVICE
    To fix this behavior:

    1. Open a CMD.EXE window.

    2. Type FixRDMSL.bat, or the fully qualified file name, and press Enter.

    3. Shutdown and restart Windows XP.

  • 相关阅读:
    广播通信
    IP多播
    套接字选项
    IO处理线程
    单源最短路径
    活动安排问题贪心算法
    贪心算法
    IO控制命令
    [转]qsort详解
    2012下半年学习目录
  • 原文地址:https://www.cnblogs.com/liangqihui/p/1501289.html
Copyright © 2011-2022 走看看