fabianosrc / TermsrvPatcher

Patch termsrv.dll so that multiple remote users can open an RDP session on a non-Windows Server computer
MIT License
101 stars 21 forks source link

Pattern missing I am on latest version of Windows 11 23H2 #5

Closed bolavefasfas closed 8 months ago

bolavefasfas commented 8 months ago

image This is my windows version

I Tried https://woshub.com/how-to-allow-multiple-rdp-sessions-in-windows-10/ this guide and coudnt find text to find to be replaced by as my windows version is new


even in this https://github.com/sebaxakerhtc/rdpwrap.ini?tab=readme-ov-file image

The version I am windows isnt their


I tried everything can you update the script to get updated pattern

When i runu the script it says pattern not found. Thanks wating for update.

fabianosrc commented 8 months ago

Hello @bolavefasfas. I will be checking and updating this script. Please wait.

bolavefasfas commented 8 months ago

Hello @bolavefasfas. I will be checking and updating this script. Please wait.

Thanks am wating for your reply and update

I found this https://www.mysysadmintips.com/windows/clients/998-multiple-rdp-remote-desktop-sessions-in-windows-11

This has 23H2 and has a diffrent build version

Can you tell me how to know what string to find in the version any version ? like if a update is pushed I can find it myself if possible ?

fabianosrc commented 8 months ago

I'll try to create a pattern match via regex to make it easier in case of a future Windows update

bolavefasfas commented 8 months ago

Refrence link https://it-advisor.ru/forum/obsuzhdenie-statej/976-terminalnyj-server-iz-windows-11.html

image

after hours of search found it on this forum tried using 3-4 hex editors coudnt edit my orignal file idk Wating for you to push update

termsrv.dll 10.0.22621.2861 This is my version

Find: 39 81 3C 06 00 00 0F 84 DF 89 01 00 Replaced by: B8 00 01 00 00 89 81 38 06 00 00 90

termsrv.dll 10.0.22621.3085

Find: 39 81 3C 06 00 00 0F 84 6F 8C 01 00 Replaced by: B8 00 01 00 00 89 81 38 06 00 00 90

Found the codes for newer version also can you add this too ?

Though is their a way to find other than hunting on forum how to find the code what we should replace it ?

fabianosrc commented 8 months ago

Thanks! I use EmEditor to find hex code. Works well! I will test my VM with Windows 11 and then, I update this script. I'm learning regex, so I'm trying to create a pattern match for windows 11

fabianosrc commented 8 months ago

Hi, I fixed some bugs, please try again

bolavefasfas commented 8 months ago

The update you pushed is working as expected. However, I have a question regarding connecting to the second user account on the same device. I tried to connect but it didn't work. See the attached image for reference. On the other hand, I am able to connect multiple user accounts from other PCs without any issues. Do you have any information or solution regarding this issue?

image

fabianosrc commented 8 months ago

@bolavefasfas, check if your Windows user accounts are authorized for remote login.

Press Win + R and then input "sysdm.cpl" and then hit "OK".

Click on the "Remote" tab

image

bolavefasfas commented 8 months ago

Does Not work. Did this already have added every user their was in the list and added Everyone user also. even after doing this I am unable to connect to users within same pc but an able to with other devices. Thats why I was confused and asked.