INI: Add support for 10.0.14271.1000
This commit is contained in:
parent
ff3df89647
commit
2c007fbb1d
|
@ -190,6 +190,7 @@ Change log:<br>
|
||||||
• <u>10.0.11082.1000</u> (Windows 10 RS1 Release 151210-2021)<br>
|
• <u>10.0.11082.1000</u> (Windows 10 RS1 Release 151210-2021)<br>
|
||||||
• <u>10.0.11102.1000</u> (Windows 10 RS1 Release 160113-1800)<br>
|
• <u>10.0.11102.1000</u> (Windows 10 RS1 Release 160113-1800)<br>
|
||||||
• <u>10.0.14251.1000</u> (Windows 10 RS1 Release 160124-1059)<br>
|
• <u>10.0.14251.1000</u> (Windows 10 RS1 Release 160124-1059)<br>
|
||||||
|
• <u>10.0.14271.1000</u> (Windows 10 RS1 Release 160218-2310)<br>
|
||||||
<br>
|
<br>
|
||||||
<b>Confirmed working on:</b><br>
|
<b>Confirmed working on:</b><br>
|
||||||
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br>
|
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Main]
|
[Main]
|
||||||
; Last updated date
|
; Last updated date
|
||||||
Updated=2016-01-28
|
Updated=2016-02-29
|
||||||
; Address to log file (RDP Wrapper will write it, if exists)
|
; Address to log file (RDP Wrapper will write it, if exists)
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
; Hook SLPolicy API on Windows NT 6.0
|
; Hook SLPolicy API on Windows NT 6.0
|
||||||
|
@ -1560,6 +1560,36 @@ SLInitHook.x64=1
|
||||||
SLInitOffset.x64=D160
|
SLInitOffset.x64=D160
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
|
[10.0.14271.1000]
|
||||||
|
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A4CE8
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
|
LocalOnlyPatch.x64=1
|
||||||
|
LocalOnlyOffset.x64=941E1
|
||||||
|
LocalOnlyCode.x64=jmpshort
|
||||||
|
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=35915
|
||||||
|
SingleUserCode.x86=nop
|
||||||
|
SingleUserPatch.x64=1
|
||||||
|
SingleUserOffset.x64=263F4
|
||||||
|
SingleUserCode.x64=Zero
|
||||||
|
; Patch CDefPolicy::Query
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=2FF79
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
|
DefPolicyPatch.x64=1
|
||||||
|
DefPolicyOffset.x64=1C185
|
||||||
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
|
; Hook CSLQuery::Initialize
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=47725
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
|
SLInitHook.x64=1
|
||||||
|
SLInitOffset.x64=CE50
|
||||||
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[SLInit]
|
[SLInit]
|
||||||
; Is server
|
; Is server
|
||||||
bServerSku=1
|
bServerSku=1
|
||||||
|
@ -1850,3 +1880,22 @@ bFUSEnabled.x64 =F2440
|
||||||
bServerSku.x64 =F244C
|
bServerSku.x64 =F244C
|
||||||
lMaxUserSessions.x64 =F2450
|
lMaxUserSessions.x64 =F2450
|
||||||
bAppServerAllowed.x64 =F2454
|
bAppServerAllowed.x64 =F2454
|
||||||
|
|
||||||
|
[10.0.14271.1000-SLInit]
|
||||||
|
bInitialized.x86 =C0F5C
|
||||||
|
bServerSku.x86 =C0F60
|
||||||
|
lMaxUserSessions.x86 =C0F64
|
||||||
|
bAppServerAllowed.x86 =C0F68
|
||||||
|
bRemoteConnAllowed.x86=C0F6C
|
||||||
|
bMultimonAllowed.x86 =C0F70
|
||||||
|
ulMaxDebugSessions.x86=C0F74
|
||||||
|
bFUSEnabled.x86 =C0F78
|
||||||
|
|
||||||
|
bServerSku.x64 =EF3C0
|
||||||
|
lMaxUserSessions.x64 =EF3C4
|
||||||
|
bAppServerAllowed.x64 =EF3C8
|
||||||
|
bInitialized.x64 =F0460
|
||||||
|
bRemoteConnAllowed.x64=F0464
|
||||||
|
bMultimonAllowed.x64 =F0468
|
||||||
|
ulMaxDebugSessions.x64=F046C
|
||||||
|
bFUSEnabled.x64 =F0470
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; Do not modify without special knowledge
|
; Do not modify without special knowledge
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Updated=2016-01-28
|
Updated=2016-02-29
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
SLPolicyHookNT60=1
|
SLPolicyHookNT60=1
|
||||||
SLPolicyHookNT61=1
|
SLPolicyHookNT61=1
|
||||||
|
@ -673,6 +673,32 @@ SLInitHook.x64=1
|
||||||
SLInitOffset.x64=D160
|
SLInitOffset.x64=D160
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
|
[10.0.14271.1000]
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A4CE8
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
|
LocalOnlyPatch.x64=1
|
||||||
|
LocalOnlyOffset.x64=941E1
|
||||||
|
LocalOnlyCode.x64=jmpshort
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=35915
|
||||||
|
SingleUserCode.x86=nop
|
||||||
|
SingleUserPatch.x64=1
|
||||||
|
SingleUserOffset.x64=263F4
|
||||||
|
SingleUserCode.x64=Zero
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=2FF79
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
|
DefPolicyPatch.x64=1
|
||||||
|
DefPolicyOffset.x64=1C185
|
||||||
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=47725
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
|
SLInitHook.x64=1
|
||||||
|
SLInitOffset.x64=CE50
|
||||||
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[SLInit]
|
[SLInit]
|
||||||
bServerSku=1
|
bServerSku=1
|
||||||
bRemoteConnAllowed=1
|
bRemoteConnAllowed=1
|
||||||
|
@ -948,3 +974,22 @@ bFUSEnabled.x64 =F2440
|
||||||
bServerSku.x64 =F244C
|
bServerSku.x64 =F244C
|
||||||
lMaxUserSessions.x64 =F2450
|
lMaxUserSessions.x64 =F2450
|
||||||
bAppServerAllowed.x64 =F2454
|
bAppServerAllowed.x64 =F2454
|
||||||
|
|
||||||
|
[10.0.14271.1000-SLInit]
|
||||||
|
bInitialized.x86 =C0F5C
|
||||||
|
bServerSku.x86 =C0F60
|
||||||
|
lMaxUserSessions.x86 =C0F64
|
||||||
|
bAppServerAllowed.x86 =C0F68
|
||||||
|
bRemoteConnAllowed.x86=C0F6C
|
||||||
|
bMultimonAllowed.x86 =C0F70
|
||||||
|
ulMaxDebugSessions.x86=C0F74
|
||||||
|
bFUSEnabled.x86 =C0F78
|
||||||
|
|
||||||
|
bServerSku.x64 =EF3C0
|
||||||
|
lMaxUserSessions.x64 =EF3C4
|
||||||
|
bAppServerAllowed.x64 =EF3C8
|
||||||
|
bInitialized.x64 =F0460
|
||||||
|
bRemoteConnAllowed.x64=F0464
|
||||||
|
bMultimonAllowed.x64 =F0468
|
||||||
|
ulMaxDebugSessions.x64=F046C
|
||||||
|
bFUSEnabled.x64 =F0470
|
||||||
|
|
|
@ -67,12 +67,13 @@ Terminal Services supported versions
|
||||||
10.0.11082.1000 (Windows 10 rs1_release.151210-2021) [init hook + extended patch]
|
10.0.11082.1000 (Windows 10 rs1_release.151210-2021) [init hook + extended patch]
|
||||||
10.0.11102.1000 (Windows 10 rs1_release.160113-1800) [init hook + extended patch]
|
10.0.11102.1000 (Windows 10 rs1_release.160113-1800) [init hook + extended patch]
|
||||||
10.0.14251.1000 (Windows 10 rs1_release.160124-1059) [init hook + extended patch]
|
10.0.14251.1000 (Windows 10 rs1_release.160124-1059) [init hook + extended patch]
|
||||||
|
10.0.14271.1000 (Windows 10 rs1_release.160218-2310) [init hook + extended patch]
|
||||||
Known failures
|
|
||||||
6.0.6000.16386 (Windows Vista RTM x86, crashes on logon attempt)
|
|
||||||
|
|
||||||
Source code changelog (rdpwrap library):
|
Source code changelog (rdpwrap library):
|
||||||
|
|
||||||
|
2016.02.29 :
|
||||||
|
- added support for termsrv.dll 10.0.14271.1000
|
||||||
|
|
||||||
2016.01.28 :
|
2016.01.28 :
|
||||||
- added support for termsrv.dll 10.0.14251.1000
|
- added support for termsrv.dll 10.0.14251.1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue