stascorp / rdpwrap

RDP Wrapper Library
Apache License 2.0
14.72k stars 3.83k forks source link

Support required for 10.0.17763.914 #945

Open MrJek opened 4 years ago

MrJek commented 4 years ago

Has anybody got the ini file part(s) for: rdpwrap 17763.914

modzilla99 commented 4 years ago

Same here I'm running Windows 10 LTSC 2019 and there is obviously no way to update to 1909

modzilla99 commented 4 years ago

How can one even find out those offsets?

connmay commented 4 years ago

Same issues here. Tried setIdsolutions answer in this thread but changed the sub version number to .914 instead of .864 but unfortunately that did not work.

https://github.com/stascorp/rdpwrap/issues/886#issuecomment-557329031

clipsoby commented 4 years ago

Аналогичный запрос потребность. У меня Датацентр 2019

doudouluguo commented 4 years ago

Has anyone solved it?

rolll13 commented 4 years ago

you can use this archive. it is based on the original wrapper RDPWrap-v1.6.2 (2).zip original file link #795 write if it helps

doudouluguo commented 4 years ago

you can use this archive. it is based on the original wrapper RDPWrap-v1.6.2 (2).zip original file link #795

thank you

Nillezar commented 4 years ago

Has already somebody solved this issue? Please share your rdpwrap.ini

s0nic9 commented 4 years ago

offsets for 17763.771 are available at https://forums.mydigitallife.net/threads/discussion-windows-10-termsrv-dll-patching.57102/page-9#post-1550534

Nillezar commented 4 years ago

offsets for 17763.771 are available at https://forums.mydigitallife.net/threads/discussion-windows-10-termsrv-dll-patching.57102/page-9#post-1550534

Thank you.

modzilla99 commented 4 years ago

Did it work for you?

dekh-vv commented 4 years ago

Did it work for you?

In RDPConf.exe says that it is "fully supported", but didn't work

jayantrajwani commented 4 years ago

RDP Wrapper fix for Windows 10 17763.914, 17763.771 and previous versions Download the .ini file from https://github.com/stascorp/rdpwrap/files/3225298/rdpwrap.zip Open the following file with notepad++ and add this below code at the end of the file and save it. open command prompt as admin run net stop termservice replace the file at "C:\Program Files\RDP Wrapper\rdpwrap.ini" run net start termservice

[10.0.17763.771]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=AFEB4
LocalOnlyCode.x86=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=4D7F5
SingleUserCode.x86=nop
DefPolicyPatch.x86=1
DefPolicyOffset.x86=4BFF9
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
SLInitHook.x86=1
SLInitOffset.x86=5B30A
SLInitFunc.x86=New_CSLQuery_Initialize

LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=77AD1
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=1339C
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=18025
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x64=1
SLInitOffset.x64=1ACDC
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.17763.771-SLInit]
bInitialized.x86 =CD79C
bServerSku.x86 =CD7A0
lMaxUserSessions.x86 =CD7A4
bAppServerAllowed.x86 =CD7AC
bRemoteConnAllowed.x86=CD7B0
bMultimonAllowed.x86 =CD7B4
ulMaxDebugSessions.x86=CD7B8
bFUSEnabled.x86 =CD7BC

bServerSku.x64 =ECAB8
lMaxUserSessions.x64 =ECABC
bAppServerAllowed.x64 =ECAC4
bInitialized.x64 =ECAB4
bRemoteConnAllowed.x64=ECAC8
bMultimonAllowed.x64 =ECACC
ulMaxDebugSessions.x64=ECAD0
bFUSEnabled.x64 =ECAD4
modzilla99 commented 4 years ago

Sorry, but aren't those just the offsets for ...771 and not ...914 or are they the same?

s0nic9 commented 4 years ago

RDPConf.exe display the correct version you need (=version of termsrv.dll). Windows version change each month but termsrv.dll not.

jayantrajwani commented 4 years ago

Sorry, but aren't those just the offsets for ...771 and not ...914 or are they the same?

It is but this is what made it work on my machine with 17763.914

lucassssmi commented 4 years ago

previous jayantrajwani

Dear friends, please help me.. i tryed to do this but after, termservice not start, i try with cmd an service but force the stop, even after a reboot.. I had to put the previous file to connect with at least one user. Right now rdpw. listen but not supported; I attach image.

rdpw 27 1 2020

This it's my .ini file deleted.

s0nic9 commented 4 years ago

we don't care about windows version , you need version reported by RDPConf.exe. for 17763.771 you need new offset available at https://forums.mydigitallife.net/threads/discussion-windows-10-termsrv-dll-patching.57102/page-9#post-1550534

lucassssmi commented 4 years ago

we don't care about windows version , you need version reported by RDPConf.exe. for 17763.771 you need new offset available at https://forums.mydigitallife.net/threads/discussion-windows-10-termsrv-dll-patching.57102/page-9#post-1550534

Thanks very much Sir. I love you.

Excusme, what we can do to nex time, to stop upgrade windonw, excludind by w. defender or other ?

Have a nice day!

mailinglists35 commented 4 years ago

@s0nic9 commented Jan 27, 2020

we don't care about windows version , you need version reported by RDPConf.exe. for 17763.771 you need new offset available at

17763.973 reported here by winver on LTSC 2019 while 17763.771 reported by rdpcheck. with referenced ini file however service starts then immediately stops, even if rdpcheck says fully supported.

any update for .ini for 973?

s0nic9 commented 4 years ago

@mailinglists35 : please read , we don't care about version reported by winver. Version 771 reported by rdpconf.exe is supported with offset posted here https://github.com/stascorp/rdpwrap/issues/945#issuecomment-573673428