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

plz help me. 10.0.19041.84 #1163

Closed
1073730081 opened this issue Sep 10, 2020 · 16 comments
Closed

plz help me. 10.0.19041.84 #1163

1073730081 opened this issue Sep 10, 2020 · 16 comments

Comments

@1073730081
Copy link

1073730081 commented Sep 10, 2020

[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

[10.0.19041.84]
LocalOnlyPatch.x86 =1
LocalOnlyOffset.x86 =B46B9
LocalOnlyCode.x86 =jmpshort
SingleUserPatch.x86 =1
SingleUserOffset.x86=3AD27
SingleUserCode.x86 =Zero
DefPolicyPatch.x86 =1
DefPolicyOffset.x86 =3D7D9
DefPolicyCode.x86 =CDefPolicy_Query_eax_ecx
SLInitHook.x86 =1
SLInitOffset.x86 =66658
SLInitFunc.x86 =New_CSLQuery_Initialize

LocalOnlyPatch.x64 =1
LocalOnlyOffset.x64 =87611
LocalOnlyCode.x64 =jmpshort
SingleUserPatch.x64 =1
SingleUserOffset.x64=0BF0C
SingleUserCode.x64 =Zero
DefPolicyPatch.x64 =1
DefPolicyOffset.x64 =17ED5
DefPolicyCode.x64 =CDefPolicy_Query_eax_rcx
SLInitHook.x64 =1
SLInitOffset.x64 =1BDFC
SLInitFunc.x64 =New_CSLQuery_Initialize

image
image
image

This is my termsrv.dll。
termsrv.dll.txt

@dimrim
Copy link

dimrim commented Sep 10, 2020

I can't help but I can confirm the problem. The same happened on my computer.

@dimrim
Copy link

dimrim commented Sep 14, 2020

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini

Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

@ashkerizan
Copy link

19041.508 anyone?

@vvbark
Copy link

vvbark commented Sep 18, 2020

same problem with 19041.508

@vvbark
Copy link

vvbark commented Sep 18, 2020

Solved problem.

This ini file is good

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini

Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

@asmtron
Copy link

asmtron commented Sep 20, 2020

@dimrim
the entries for 10.0.19041.84 are the same in the two INI files.
The two INI files works on 10.0.19041.84 and 10.0.19041.508.

using Autoupdate for RDP Wrapper will normally fix this problems automatically.

Autoupdate increase the compatibility by using multiple ini files from asmtron, DrDrrae, saurav-biswas and affinityv

@dimrim
Copy link

dimrim commented Sep 22, 2020

Sorry... first, you're doing great thing here. But I didn't invent it and I don't know why: if you use the one INI-file - everything seems to work, but in fact only one user can log in. If you use the other INI-file, everything works without any problems.
Actualy i don't use the autoupdate. After the first using crashed whole RDP on my windows. Didn't had time to ponder what it was. Maybe it's because of my settings.

@RostyslavBaidak
Copy link

@vladimir-hub thanks!
I'm used Win 10 Pro version 2004 assembly 19041.508
I changed ini file https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini and only after re-installed my RDP Wrapper 1.6.2 and it all worked.

@gamma-577
Copy link

@dimrim

Hi! Thank you for the ini file. The offsets for 19041.84 are working flawless on my 32 bit Win 10 Enterprise. I haven't checked for 64 bit version. But they should work fine, I guess.

-Gamma

@gamma-577
Copy link

@dimrim

Hi! Thank you for the ini file. The offsets for 19041.84 are working flawless on my 32 bit Win 10 Enterprise. I haven't checked for 64 bit version. But they should work fine, I guess.

-Gamma

@dimrim ,

I confirm that the offsets work for my 64 bit win 10 pro as well. Thank you!

-Gamma

@Holle88
Copy link

Holle88 commented Oct 13, 2020

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini

Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

works for me!

@MartinRGB
Copy link

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini

Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

works for me

@GWAM
Copy link

GWAM commented Oct 14, 2020

@dimrim
the entries for 10.0.19041.84 are the same in the two INI files.
The two INI files works on 10.0.19041.84 and 10.0.19041.508.

using Autoupdate for RDP Wrapper will normally fix this problems automatically.

Autoupdate increase the compatibility by using multiple ini files from asmtron, DrDrrae, saurav-biswas and affinityv

Yep, I can confirm this solved my issue too, thanks!

@1TheMuffinMan
Copy link

Solved problem.

This ini file is good

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini
Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

Thank you!!!!!!!!!!!!

@Eanshine
Copy link

Found the solution for 10.0.19041.84!
Thist INI-file don't work :https://raw.githubusercontent.com/asmtron/rdpwrap/master/res/rdpwrap.ini

Take this one: "https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini" !

wroks for me too! Thank you.

@sebaxakerhtc
Copy link

Duplicate of #1004

@sebaxakerhtc sebaxakerhtc marked this as a duplicate of #1004 Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests