stascorp / rdpwrap

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

Windows 11 build 10.0.26100.2152 not working #3302

Open chbartel opened 3 weeks ago

chbartel commented 3 weeks ago

screenshot Screenshot - 10_11_2024 , 11_52_47 AM termsrv.zip here.

termserv.dll also attached.

Francisco-Alcibar commented 3 weeks ago

termsrv.dll?

bazaproject commented 3 weeks ago

26100.2152 тоже не работает, выкатите библиотеку парни

chbartel commented 3 weeks ago

termsrv.dll?

it was attached to the initial post.

Francisco-Alcibar commented 3 weeks ago

[10.0.26100.2152] SingleUserPatch.x64=1 SingleUserOffset.x64=9764B SingleUserCode.x64=mov_eax_1_nop_2 DefPolicyPatch.x64=1 DefPolicyOffset.x64=94A6F DefPolicyCode.x64=CDefPolicy_Query_eax_rcx_jmp LocalOnlyPatch.x64=1 LocalOnlyOffset.x64=8AC61 LocalOnlyCode.x64=jmpshort SLInitHook.x64=1 SLInitOffset.x64=AB2F0 SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.26100.2152-SLInit] bServerSku.x64=11ADF4 bRemoteConnAllowed.x64=11AE08 bFUSEnabled.x64=11AE18 bAppServerAllowed.x64=11AE00 bMultimonAllowed.x64=11AE0C lMaxUserSessions.x64=11ADF8 ulMaxDebugSessions.x64=11AE14 bInitialized.x64=11ADF0

chbartel commented 3 weeks ago

that worked, thanks!

phoenX80 commented 3 weeks ago

[10.0.26100.2152] SingleUserPatch.x64=1 SingleUserOffset.x64=9764B SingleUserCode.x64=mov_eax_1_nop_2 ......ulMaxDebugSessions.x64=11AE14 bInitialized.x64=11ADF0

Thank you. I copied this to the end of rdpwrap.ini and ran rdpwinst i.e. install.bat - RDPcheck was all green but I couldn't RDP at all into it anymore, not even single session. I installed 24h2 from USB over my functional 23H2. Did I do it correctly or how should I have used your code? I am only used to running the update but not manually editing the rdpwrap inis. I didn't find instructions for the manual process yet and me editing the termsrv.dll always went the wrong way, so I stopped trying :))