Windows multi-user remote desktop-using RDP Wrapper Library to support all Windows versions before 10.0.18363.900 and 10.0.18362.836

Today, win10 was suddenly updated to 10.0.18363.900, and RDPWRAP suddenly became unavailable. When I wanted to find the configuration file on github, I found that this project can no longer be accessed directly. Friends who need configuration files of each version can directly add QQ group 865793493 to download . I uploaded all version configuration files to the group file:

群文件里面包含的配置文件支持的Windows版本如下(查看Windows版本:cmd->ver命令),如果各位没有找到对应的版本号配置文件,
也可以参考群里面视频教程尝试配置:
[10.0.18363.900]
[10.0.18362.836]
[10.0.10240.18036]
[10.0.10240.18186]
[10.0.10240.18485]
[10.0.14393.2608]
[10.0.14393.2906]
[10.0.14393.3383]
[10.0.14393.3471]
[10.0.14393.3503]
[10.0.15063.1746]
[10.0.15063.2283]
[10.0.16299.1087]
[10.0.17134.1304]
[10.0.17134.706]
[10.0.17763.1]
[10.0.17763.168]
[10.0.17763.292]
[10.0.17763.437]
[10.0.17763.771]
[10.0.18362.1]
[10.0.18362.267]
[10.0.18362.53]
[10.0.18362.657]
[10.0.18362.836]
[6.0.6001.22286]
[6.0.6001.22323]
[6.0.6001.22357]
[6.0.6001.22801]
[6.0.6002.22515]
[6.0.6002.22641]
[6.0.6002.22790]
[6.0.6003.20482]
[6.1.7600.20621]
[6.1.7600.21420]
[6.1.7601.22213]
[6.1.7601.22435]
[6.1.7601.22476]
[6.1.7601.24326]
[6.1.7601.24402]
[6.2.9200.22715]
[6.2.9200.22977]
[6.3.9600.19318]
[6.3.9600.19628]

Configuration file modification and operations are as follows:

1. After closing the remote desktop service

2. Add the following fields at the bottom of C:\Program Files\RDP Wrapper\rdpwrap.ini and restart it to use. Remember to leave the last line blank.

The following are the latest two version configuration files [10.0.18362.836] and [10.0.18363.900]:

[10.0.18362.836]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=B7D06
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=82FC5
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=50515
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=DBFC
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=50249
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=1FE15
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x86=1
SLInitOffset.x86=5A75A
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=22DDC
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.18362.836-SLInit]
bInitialized.x86      =D577C
bServerSku.x86        =D5780
lMaxUserSessions.x86  =D5784
bAppServerAllowed.x86 =D578C
bRemoteConnAllowed.x86=D5790
bMultimonAllowed.x86  =D5794
ulMaxDebugSessions.x86=D5798
bFUSEnabled.x86       =D579C

bInitialized.x64      =F6A8C
bServerSku.x64        =F6A90
lMaxUserSessions.x64  =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64  =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64       =F6AAC

[10.0.18363.900-SLInit]
bInitialized.x86      =D577C
bServerSku.x86        =D5780
lMaxUserSessions.x86  =D5784
bAppServerAllowed.x86 =D578C
bRemoteConnAllowed.x86=D5790
bMultimonAllowed.x86  =D5794
ulMaxDebugSessions.x86=D5798
bFUSEnabled.x86       =D579C
bInitialized.x64      =F6A8C
bServerSku.x64        =F6A90
lMaxUserSessions.x64  =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64  =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64       =F6AAC

[10.0.18363.900]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=82FC5
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=0DBFC
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=1FE15
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=22DDC
SLInitFunc.x64=New_CSLQuery_Initialize


[10.0.18363.900-SLInit]
bInitialized.x64 =F6A8C
bServerSku.x64 =F6A90
lMaxUserSessions.x64 =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64 =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64 =F6AAC

If you want to learn about Apple's tutorial on ID, you can move to my blog if you are interested: https://blog.csdn.net/yioye/article/details/106121058

Guess you like

Origin blog.csdn.net/yioye/article/details/106253742