Support: Add termsrv 10.0.11082.1000
This commit is contained in:
parent
669c2bd20f
commit
fdfbf0e1aa
|
@ -187,6 +187,7 @@ Change log:<br>
|
|||
• <u>10.0.10041.0</u> (Windows 10 Pro Technical Preview Update 1)<br>
|
||||
• <u>10.0.10240.16384</u> (Windows 10 RTM)<br>
|
||||
• <u>10.0.10586.0</u> (Windows 10 TH2 Release 151029-1700)<br>
|
||||
• <u>10.0.11082.1000</u> (Windows 10 RS1 Release 151210-2021)<br>
|
||||
<br>
|
||||
<b>Confirmed working on:</b><br>
|
||||
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br>
|
||||
|
@ -239,11 +240,11 @@ Change log:<br>
|
|||
2. Right-click on <b>install.bat</b> and select Run as Administrator<br>
|
||||
3. See command output for details<br>
|
||||
<br>
|
||||
<u>To update INI file:</u><br>
|
||||
1. Right-click on <b>update.bat</b> and select Run as Administrator<br>
|
||||
2. See command output for details<br>
|
||||
<br>
|
||||
<u>To uninstall:</u><br>
|
||||
1. Go to the directory where you extracted the files<br>
|
||||
2. Right-click on <b>uninstall.bat</b> and select Run as Administrator<br>
|
||||
3. See command output for details<br>
|
||||
<br>
|
||||
<u>To update INI file:</u><br>
|
||||
1. Right-click on <b>update.bat</b> and select Run as Administrator<br>
|
||||
2. See command output for details<br>
|
||||
|
|
|
@ -1466,6 +1466,36 @@ SLInitHook.x64=1
|
|||
SLInitOffset.x64=25220
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.11082.1000]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A7C98
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=96AB1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=35405
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=190D4
|
||||
SingleUserCode.x64=Zero
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=30BB9
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=229A5
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
; Hook CSLQuery::Initialize
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=46A3E
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=25220
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[SLInit]
|
||||
; Is server
|
||||
bServerSku=1
|
||||
|
@ -1699,3 +1729,22 @@ bInitialized.x64 =F3464
|
|||
bMultimonAllowed.x64 =F3468
|
||||
ulMaxDebugSessions.x64=F346C
|
||||
bRemoteConnAllowed.x64=F3470
|
||||
|
||||
[10.0.11082.1000-SLInit]
|
||||
bFUSEnabled.x86 =C3F60
|
||||
lMaxUserSessions.x86 =C3F64
|
||||
bAppServerAllowed.x86 =C3F68
|
||||
bInitialized.x86 =C3F6C
|
||||
bMultimonAllowed.x86 =C3F70
|
||||
bServerSku.x86 =C3F74
|
||||
ulMaxDebugSessions.x86=C3F78
|
||||
bRemoteConnAllowed.x86=C3F7C
|
||||
|
||||
lMaxUserSessions.x64 =F23B0
|
||||
bAppServerAllowed.x64 =F23B4
|
||||
bServerSku.x64 =F23B8
|
||||
bFUSEnabled.x64 =F3460
|
||||
bInitialized.x64 =F3464
|
||||
bMultimonAllowed.x64 =F3468
|
||||
ulMaxDebugSessions.x64=F346C
|
||||
bRemoteConnAllowed.x64=F3470
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; Do not modify without special knowledge
|
||||
|
||||
[Main]
|
||||
Updated=2015-11-14
|
||||
Updated=2016-01-15
|
||||
LogFile=\rdpwrap.txt
|
||||
SLPolicyHookNT60=1
|
||||
SLPolicyHookNT61=1
|
||||
|
@ -595,6 +595,32 @@ SLInitHook.x64=1
|
|||
SLInitOffset.x64=25220
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.11082.1000]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A7C98
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=96AB1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=35405
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=190D4
|
||||
SingleUserCode.x64=Zero
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=30BB9
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=229A5
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=46A3E
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=25220
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[SLInit]
|
||||
bServerSku=1
|
||||
bRemoteConnAllowed=1
|
||||
|
@ -813,3 +839,22 @@ bInitialized.x64 =F3464
|
|||
bMultimonAllowed.x64 =F3468
|
||||
ulMaxDebugSessions.x64=F346C
|
||||
bRemoteConnAllowed.x64=F3470
|
||||
|
||||
[10.0.11082.1000-SLInit]
|
||||
bFUSEnabled.x86 =C3F60
|
||||
lMaxUserSessions.x86 =C3F64
|
||||
bAppServerAllowed.x86 =C3F68
|
||||
bInitialized.x86 =C3F6C
|
||||
bMultimonAllowed.x86 =C3F70
|
||||
bServerSku.x86 =C3F74
|
||||
ulMaxDebugSessions.x86=C3F78
|
||||
bRemoteConnAllowed.x86=C3F7C
|
||||
|
||||
lMaxUserSessions.x64 =F23B0
|
||||
bAppServerAllowed.x64 =F23B4
|
||||
bServerSku.x64 =F23B8
|
||||
bFUSEnabled.x64 =F3460
|
||||
bInitialized.x64 =F3464
|
||||
bMultimonAllowed.x64 =F3468
|
||||
ulMaxDebugSessions.x64=F346C
|
||||
bRemoteConnAllowed.x64=F3470
|
||||
|
|
|
@ -64,12 +64,17 @@ Terminal Services supported versions
|
|||
10.0.10532.0 (Windows 10 th2_release.150822-1406) [todo]
|
||||
10.0.10547.0 (Windows 10 th2_release.150913-1511) [todo]
|
||||
10.0.10586.0 (Windows 10 th2_release.151029-1700) [init hook + extended patch]
|
||||
10.0.11082.1000 (Windows 10 rs1_release.151210-2021) [init hook + extended patch]
|
||||
|
||||
Known failures
|
||||
6.0.6000.16386 (Windows Vista RTM x86, crashes on logon attempt)
|
||||
|
||||
Source code changelog (rdpwrap library):
|
||||
|
||||
2016.01.15 :
|
||||
- updated messages in the installer
|
||||
- added support for termsrv.dll 10.0.11082.1000
|
||||
|
||||
2015.11.14 :
|
||||
- added support for termsrv.dll 10.0.10586.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue