Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.0.17763.5820 #2613

Open
ghost opened this issue May 15, 2024 · 5 comments
Open

10.0.17763.5820 #2613

ghost opened this issue May 15, 2024 · 5 comments
Labels
add build Add new termsrv.dll build for support

Comments

@ghost
Copy link

ghost commented May 15, 2024

termsrv.zip

@ghost
Copy link
Author

ghost commented May 15, 2024

Hi ! Could you please set the . x64 parameters for 10.0.17763.5820

This file contains only .x86 version:

rdpwrap.zip

@ghost
Copy link
Author

ghost commented May 15, 2024

Hi !

Recenty I found some x64 parameters in the rdpwrap.ini but not the all..

[10.0.17763.5820]
SingleUserPatch.x86=1
SingleUserOffset.x86=54E9A
SingleUserCode.x86=nop
DefPolicyPatch.x86=1
DefPolicyOffset.x86=58909
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=C66E4
LocalOnlyCode.x86=jmpshort
SLInitHook.x86=1
SLInitOffset.x86=7678A
SLInitFunc.x86=New_CSLQuery_Initialize

;ERROR: SingleUserPatch not found
;DefPolicyPatch.x64=1
;DefPolicyOffset.x64=20435
;DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
;LocalOnlyPatch.x64=1
;LocalOnlyOffset.x64=8E111
;LocalOnlyCode.x64=jmpshort
;SLInitHook.x64=1
;SLInitOffset.x64=2FF3C

[10.0.17763.5820-SLInit]
bServerSku.x86=EAD98
bRemoteConnAllowed.x86=EADA8
bFUSEnabled.x86=EADB4
bAppServerAllowed.x86=EADA4
bMultimonAllowed.x86=EADAC
lMaxUserSessions.x86=EAD9C
ulMaxDebugSessions.x86=EADB0
bInitialized.x86=EAD94

;bServerSku.x64=        11C26C
;bRemoteConnAllowed.x64=11C27C
;bFUSEnabled.x64=       11C288
;bAppServerAllowed.x64= 11C278
;bMultimonAllowed.x64=  11C280
;lMaxUserSessions.x64=  11C270
;ulMaxDebugSessions.x64=11C284
;bInitialized.x64=      11C268

It looks like now (maybe) "only" the

SingleUserPatch.x64= 
SingleUserOffset.x64=
SingleUserCode.x64= 

parameters are missing for this version due to some probably (?) automatically generated script

I tried to reactivate the commented out parameters after the semicolons without the missing parameters i suspect but it doesn't work

@loyejaotdiqr47123
Copy link

[10.0.17763.5820]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=8E111
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=16F41
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=20435
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=2FF3C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.17763.5820-SLInit]
bInitialized.x64      =11C268
bServerSku.x64        =11C26C
lMaxUserSessions.x64  =11C270
bAppServerAllowed.x64 =11C278
bRemoteConnAllowed.x64=11C27C
bMultimonAllowed.x64  =11C280
ulMaxDebugSessions.x64=11C284
bFUSEnabled.x64       =11C288

@loyejaotdiqr47123
Copy link

@ghost
Copy link
Author

ghost commented May 15, 2024

Thank you ! Finally this works well.. i've tested on two different physical machines from which one with two different operating system environment, the second one is a Windows2Go configuration boot from an external drive, and also that works fine with this .ini file.

Again: thank you very much !

@sashaqwert sashaqwert added the add build Add new termsrv.dll build for support label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add build Add new termsrv.dll build for support
Projects
None yet
Development

No branches or pull requests

2 participants