1. 二宝博客首页
  2. 服务器

让XP 3389支持多人登陆的方法

让XP 3389支持多人登陆的方法slyar_3389.rar


下载上面工具

CMD下吧,先用tasklist /svc命令得到TermService的PID,然后编辑一下文件夹里的slyar3389.bat,把“pid”里的PID改成你得到的数字,保存退出。

以下为bat内代码,查看到TermService PID后 在bat文件里修改 PID 为 查到的结果

@net stop sharedaccess
@ntsd -c q -p “pid
@reg add HKLM\SOFTWARE\Microsoft\Windows” “NT\CurrentVersion\Winlogon /v KeepRASConnections /t REG_SZ /d 1 /f
@reg add HKLM\SYSTEM\CurrentControlSet\Control\Terminal” “Server /v fDenyTSConnections /t REG_DWORD /d 00000000 /f
@reg add HKLM\SYSTEM\CurrentControlSet\control\terminal” “server\Licensing” “Core /v EnableConcurrentSessions /t REG_DWORD /d 00000001 /f
@reg add HKLM\SYSTEM\CurrentControlSet\Services\TermService\Parameters /v serviceDll /t REG_EXPAND_SZ /d %SystemRoot%\system32\slyartermsrv.dll /f
@copy slyartermsrv.dll c:\windows\system32\dllcache\slyartermsrv.dll
@attrib +h +s +r c:\windows\system32\dllcache\slyartermsrv.dll
@copy slyartermsrv.dll c:\windows\system32\slyartermsrv.dll
@attrib +h +s +r c:\windows\system32\slyartermsrv.dll
@shutdown -a
@net start termservice

]]>

原创文章,作者:keyboard,如若转载,请注明出处:https://www.708034.com/2017/03/%e8%ae%a9xp-3389%e6%94%af%e6%8c%81%e5%a4%9a%e4%ba%ba%e7%99%bb%e9%99%86%e7%9a%84%e6%96%b9%e6%b3%95/

发表评论

电子邮件地址不会被公开。 必填项已用*标注