Skip to content

Commit

Permalink
Update rdpwrap.ini file for 10.0.19041.84
Browse files Browse the repository at this point in the history
It seems this fork is updated more than the original creator's.  Here is an update I have tested against term serv v10.0.19041.84 running on Windows 10 Enterprise x64, Version 2004, OS build 19041.207.  I was able to locate these values via an issue submitted to stascorp/rdpwrap:  stascorp/rdpwrap#1004
  • Loading branch information
mkisaacs authored Apr 27, 2020
1 parent 71fdb7b commit 3e77171
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion res/rdpwrap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Do not modify without special knowledge

[Main]
Updated=2020-02-16
Updated=2020-04-27
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
Expand Down Expand Up @@ -3879,6 +3879,32 @@ SLInitHook.x64=1
SLInitOffset.x64=22DDC
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.19041.84]
LocalOnlyPatch.x86 =1
LocalOnlyOffset.x86 =B46B9
LocalOnlyCode.x86 =jmpshort
LocalOnlyPatch.x64 =1
LocalOnlyOffset.x64 =87611
LocalOnlyCode.x64 =jmpshort
SingleUserPatch.x86 =1
SingleUserOffset.x86 =3AD27
SingleUserCode.x86 =Zero
SingleUserPatch.x64 =1
SingleUserOffset.x64 =0BF0C
SingleUserCode.x64 =Zero
DefPolicyPatch.x86 =1
DefPolicyOffset.x86 =3D7D9
DefPolicyCode.x86 =CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64 =1
DefPolicyOffset.x64 =17ED5
DefPolicyCode.x64 =CDefPolicy_Query_eax_rcx
SLInitHook.x86 =1
SLInitOffset.x86 =66658
SLInitFunc.x86 =New_CSLQuery_Initialize
SLInitHook.x64 =1
SLInitOffset.x64 =1BDFC
SLInitFunc.x64 =New_CSLQuery_Initialize

[SLInit]
bServerSku=1
bRemoteConnAllowed=1
Expand Down Expand Up @@ -6256,3 +6282,21 @@ bMultimonAllowed.x64 =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64 =F6AAC

[10.0.19041.84-SLInit]
bInitialized.x86 =CF920
bServerSku.x86 =CF924
lMaxUserSessions.x86 =CF928
bAppServerAllowed.x86 =CF930
bRemoteConnAllowed.x86=CF938
bMultimonAllowed.x86 =CF93C
ulMaxDebugSessions.x86=CF940
bFUSEnabled.x86 =CF944

bInitialized.x64 =103FF8
bServerSku.x64 =103FFC
lMaxUserSessions.x64 =104000
bAppServerAllowed.x64 =104008
bRemoteConnAllowed.x64=104010
bMultimonAllowed.x64 =104014
ulMaxDebugSessions.x64=104018
bFUSEnabled.x64 =10401C

1 comment on commit 3e77171

@vmpcitmano
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This worked perfectly on my latest windows updated windows 10x64 2004 enterprise 19041.423 as on 6Aug2020 with Terminal Services v 10.0.19041.84. Many thanks to the developers and updaters !!!

Please sign in to comment.