From 3e77171b59659da78b0ad40cb958d9f3374fdc21 Mon Sep 17 00:00:00 2001 From: mkisaacs Date: Mon, 27 Apr 2020 17:58:31 -0600 Subject: [PATCH] Update rdpwrap.ini file for 10.0.19041.84 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: https://github.com/stascorp/rdpwrap/issues/1004 --- res/rdpwrap.ini | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini index 4c97d3f..a5c5265 100644 --- a/res/rdpwrap.ini +++ b/res/rdpwrap.ini @@ -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 @@ -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 @@ -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