windows多用户远程登录工具 RDPWrap配置

目录

  • 准备
  • 配置

准备

下载:
在https://github.com/stascorp/rdpwrap/releases/tag/v1.6.2下载RDPWrap-v1.6.2.zip
windows多用户远程登录工具 RDPWrap配置_第1张图片
下载后解压
windows多用户远程登录工具 RDPWrap配置_第2张图片

配置

install.bat右键管理员运行
update.bat右键管理员运行
RDPConfig.exe右键管理员运行
windows多用户远程登录工具 RDPWrap配置_第3张图片
若显示[not supported],在设置里面查看自己电脑的系统版本,以本机19042.1288为例

windows多用户远程登录工具 RDPWrap配置_第4张图片

在issue上搜索自己电脑的配置
https://github.com/stascorp/rdpwrap/issues
找到一个对应的
windows多用户远程登录工具 RDPWrap配置_第5张图片
找到一个解决https://github.com/stascorp/rdpwrap/issues/1557,里面又给了问题1556的链接
windows多用户远程登录工具 RDPWrap配置_第6张图片
https://github.com/stascorp/rdpwrap/issues/1556
拉到最后,看最新的解决
windows多用户远程登录工具 RDPWrap配置_第7张图片
又去到#1509,让把下面的复制到你本地的rdpwrapper.ini
windows多用户远程登录工具 RDPWrap配置_第8张图片
找到本地rdpwrapper.ini,在C:\Program Files\RDP Wrapper
将rdpwrapper.ini复制到桌面,然后用记事本打开,把下面这段粘贴到文本最后,然后保存,并将rdpwrapper.ini复制到C:\Program Files\RDP Wrapper替换掉原来的rdpwrapper.ini

[10.0.19041.1081]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=89D81
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=0CB26
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=19105
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=1E98C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.19041.1081-SLInit]
bInitialized.x64 =107108
bServerSku.x64 =10710C
lMaxUserSessions.x64 =107110
bAppServerAllowed.x64 =107118
bRemoteConnAllowed.x64=107120
bMultimonAllowed.x64 =107124
ulMaxDebugSessions.x64=107128
bFUSEnabled.x64 =10712C

[10.0.19041.1202]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=89D81
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=0CB26
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=19105
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=1E98C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.19041.1202-SLInit]
bInitialized.x64 =107108
bServerSku.x64 =10710C
lMaxUserSessions.x64 =107110
bAppServerAllowed.x64 =107118
bRemoteConnAllowed.x64=107120
bMultimonAllowed.x64 =107124
ulMaxDebugSessions.x64=107128
bFUSEnabled.x64 =10712C

再次打开RDPConf.exe可以看见,已经出现[fully supprted]
windows多用户远程登录工具 RDPWrap配置_第9张图片
配置成功!!!
配置好了之后组件服务里面找到remote desktop services,重新启动;或者直接重启电脑

windows多用户远程登录工具 RDPWrap配置_第10张图片

windows多用户远程登录工具 RDPWrap配置_第11张图片
后面就可以使用多用户同时远程操作电脑了
多用户远程登录的教程:
windows10多用户远程桌面 https://blog.csdn.net/qq_41102371/article/details/121021129

--------------------------------------------------------------------------------------------诺有缸的高飞鸟202110

你可能感兴趣的:(visual,studio,windows)