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

RDP Wrapper not working after update in Windows 10 10.0.19042 Build 19042 #1244

Closed
abhinavdangri opened this issue Dec 11, 2020 · 45 comments
Closed

Comments

@abhinavdangri
Copy link

Hi Github Community.
Previously I was using RDP Wrapper and it was working correctly.
But after the update in windows 10 I am not able to use the RDP wrapper.
Listener state is listening but not supported.

Please Help me I need this solution ASAP.

@KrishnaST
Copy link

RDP stopped working after morning update.
Windows 10 10.0.19042 Build 19042.685

@asmtron
Copy link

asmtron commented Dec 11, 2020

please upload file "C:\Windows\System32\termsrv.dll" for Windows 10 10.0.19042 (x64 and x86)

@mathewjpotter
Copy link

go to windows update, and remove the recent windows security updates in the past two days. It will fix it.

@arnoldvdm
Copy link

arnoldvdm commented Dec 11, 2020

For me the same.
I think it's KB4592438 or the dot net framework: KB4586876

After removing and trying to reinstall:

your device shall not be updated as long as updates are interrupted.
updates will resume on: 19-12-2020

image

@AdrianQT
Copy link

i need the ini file plz

@arnoldvdm
Copy link

100% that it's KB4592438

@asmtron
Copy link

asmtron commented Dec 12, 2020

We can ONLY help you and create the ini entries for 10.0.19042 when YOU upload the termsrv.dll for this Windows version!

Upload the termsrv.dll (v.10.0.19042)

@watkmogi
Copy link

Morning, mine not working too. Since yesterday.

termsrv.dll

termsrv.zip

@arnoldvdm
Copy link

I have the same termsrv.dll size so I think it's the same file. (only a higher zip compression (7z))

termsrv.dll

termsrv.zip

@Huasah
Copy link

Huasah commented Dec 12, 2020

Mine not working either.
termsrv.zip

@asmtron
Copy link

asmtron commented Dec 13, 2020

@watkmogi
@arnoldvdm
@Huasah
thx for the upload; all the three termsrv.dll's have the version 10.0.19041.662; and this version is already supported on Win10 10.0.19041.662, 10.0.19041.685...

The autoupdate.bat batch file will automatically update the dpwrap.ini file to support the new termsrv.dll 10.0.19041.662.

Update: 12.12.2020: changing the restart method so we can copy and not stream the new downloaded ini; hope this fixes problems with loading of the new ini file on some systems...

Download & install:
https://github.com/asmtron/rdpwrap/blob/master/binary-download.md


or only the ini entries...

[10.0.19041.662]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=B5F59
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=88E81
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=3BC05
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=0CA0C
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=3E779
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=189D5
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x86=1
SLInitOffset.x86=68068
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=1D50C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.19041.662-SLInit]
bInitialized.x86      =D1954
bServerSku.x86        =D1958
lMaxUserSessions.x86  =D195C
bAppServerAllowed.x86 =D1964
bRemoteConnAllowed.x86=D196C
bMultimonAllowed.x86  =D1970
ulMaxDebugSessions.x86=D1974
bFUSEnabled.x86       =D1978

bInitialized.x64      =106028
bServerSku.x64        =10602C
lMaxUserSessions.x64  =106030
bAppServerAllowed.x64 =106038
bRemoteConnAllowed.x64=106040
bMultimonAllowed.x64  =106044
ulMaxDebugSessions.x64=106048
bFUSEnabled.x64       =10604C

@aqasem81
Copy link

Working as charm! Thank you.

@Retinoid
Copy link

@watkmogi
@arnoldvdm
@Huasah
thx for the upload; all the three termsrv.dll's have the version 10.0.19041.662; and this version is already supported on Win10 10.0.19041.662, 10.0.19041.685...

The autoupdate.bat batch file will automatically update the dpwrap.ini file to support the new termsrv.dll 10.0.19041.662.

Update: 12.12.2020: changing the restart method so we can copy and not stream the new downloaded ini; hope this fixes problems with loading of the new ini file on some systems...

Download & install:
https://github.com/asmtron/rdpwrap/blob/master/binary-download.md

or only the ini entries...

[10.0.19041.662]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=B5F59
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=88E81
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=3BC05
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=0CA0C
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=3E779
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=189D5
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x86=1
SLInitOffset.x86=68068
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=1D50C
SLInitFunc.x64=New_CSLQuery_Initialize

[10.0.19041.662-SLInit]
bInitialized.x86      =D1954
bServerSku.x86        =D1958
lMaxUserSessions.x86  =D195C
bAppServerAllowed.x86 =D1964
bRemoteConnAllowed.x86=D196C
bMultimonAllowed.x86  =D1970
ulMaxDebugSessions.x86=D1974
bFUSEnabled.x86       =D1978

bInitialized.x64      =106028
bServerSku.x64        =10602C
lMaxUserSessions.x64  =106030
bAppServerAllowed.x64 =106038
bRemoteConnAllowed.x64=106040
bMultimonAllowed.x64  =106044
ulMaxDebugSessions.x64=106048
bFUSEnabled.x64       =10604C

@asmtron
it`s still not working in my PC :(

termsrv.zip

@MunniDerMeister
Copy link

@asmtron
it`s still not working in my PC :(

Leaving a blank line break at the end of the ini file fixed it for me

@andres-roman
Copy link

@asmtron
it`s still not working in my PC :(

Leaving a blank line break at the end of the ini file fixed it for me

It is confirmed that adding a blank line works.

@IvanMurzak
Copy link

Thanks, it works for me too. A blank line in the end added. But I'm not @MunniDerMeister by the way :)

@gesgood
Copy link

gesgood commented Jan 14, 2021

please upload file "C:\Windows\System32\termsrv.dll" for Windows 10 10.0.19042 (x64 and x86)

Hi @asmtron ,
My OS version is 19042.746, and here is the termsrv.dll
Looking forward your relpy,
termsrv.zip
Thanks.

@Melnick704
Copy link

Melnick704 commented Jan 14, 2021

please upload file "C:\Windows\System32\termsrv.dll" for Windows 10 10.0.19042 (x64 and x86)

Hi @asmtron ,
My OS version is 19042.746, and here is the termsrv.dll
Looking forward your relpy,
termsrv.zip
Thanks.

Please, give your .ini file for 19042.746

@gesgood
Copy link

gesgood commented Jan 15, 2021

please upload file "C:\Windows\System32\termsrv.dll" for Windows 10 10.0.19042 (x64 and x86)

Hi @asmtron ,
My OS version is 19042.746, and here is the termsrv.dll
Looking forward your relpy,
termsrv.zip
Thanks.

Please, give your .ini file for 19042.746

My wrapper doesn't work on 19042.746 either, -_-!
And I'm looking for help from @asmtron

@Yen-Pang-Lai
Copy link

Hi @asmtron ,

I also got the same problem with the OS version of 19042.746 and below is my termsrv file.
termsrv.zip
I appreciate for your help.

Thanks.

@thegadgetman-uk
Copy link

thegadgetman-uk commented Jan 22, 2021

Hi @asmtron, and to those having issues with OS 19042.746...

I recently found this project and encountered the issue about with the listener not being support on OS 19042.746 and I assumed an updated INI file would be needed as I couldn't find the OS version listed in the ini file from the install.

I was going to upload my termserv.dll when I noticed that the dll file version is 10.0.19041.746 - different from the OS version.

I then found the ini file that @affinityv has created at #999 (comment) which does contain the references for the dll version I have and I followed the instructions in that thread for replacing the ini file with the one affinityv has updated - PROBLEM SOLVED!

Hopefully this is helpful for others now knowing that the OS version and the termserv.dll version can differ (sorry if people already know this but I am new!).

Thanks again to everyone in this community and for the project which has solved a big problem for me.

@asmtron
Copy link

asmtron commented Jan 24, 2021

Hi,

there a two possible entries for SingleUserOffset [10.0.19041.746].
ver1: SingleUserOffset.x64=0CA4C
ver2: SingleUserOffset.x64=0CB22

on my system Win10 64 Pro only the ver1 entry works. The ver2 entry gives me the [not supported]. Can you please check if ver1 or ver2 works on your win10 ?

To test:

  1. open "cmd.exe" as admin and go to RDP Wrapper cd C:\Program Files\RDP Wrapper
  2. uninstall RDP Wrapper: RDPWInst -u
  3. edit rdpwrap.ini: notepad rdpwrap.ini
  4. go to/search [10.0.19041.746] and change SingleUserOffset.x64 to 0CA4C (ver1) or 0CB22 (ver2)
[10.0.19041.746]
...
SingleUserOffset.x64=0CA4C

or

[10.0.19041.746]
...
SingleUserOffset.x64=0CB22
  1. save and exit notepad
  2. install RDP Wrapper: RDPWInst -i
  3. run RDPConf to test: RDPConf.exe

@Yen-Pang-Lai
Copy link

Hi,

there a two possible entries for SingleUserOffset [10.0.19041.746].
ver1: SingleUserOffset.x64=0CA4C
ver2: SingleUserOffset.x64=0CB22

on my system Win10 64 Pro only the ver1 entry works. The ver2 entry gives me the [not supported]. Can you please check if ver1 or ver2 works on your win10 ?

To test:

  1. open "cmd.exe" as admin and go to RDP Wrapper cd C:\Program Files\RDP Wrapper
  2. uninstall RDP Wrapper: RDPWInst -u
  3. edit rdpwrap.ini: notepad rdpwrap.ini
  4. go to/search [10.0.19041.746] and change SingleUserOffset.x64 to 0CA4C (ver1) or 0CB22 (ver2)
[10.0.19041.746]
...
SingleUserOffset.x64=0CA4C

or

[10.0.19041.746]
...
SingleUserOffset.x64=0CB22
  1. save and exit notepad
  2. install RDP Wrapper: RDPWInst -i
  3. run RDPConf to test: RDPConf.exe

Hi Asmtron,

The version-1 works for me.
Thank you very much.

@WITTORIO98
Copy link

WITTORIO98 commented Feb 1, 2021

Hi,

there a two possible entries for SingleUserOffset [10.0.19041.746].
ver1: SingleUserOffset.x64=0CA4C
ver2: SingleUserOffset.x64=0CB22

on my system Win10 64 Pro only the ver1 entry works. The ver2 entry gives me the [not supported]. Can you please check if ver1 or ver2 works on your win10 ?

To test:

  1. open "cmd.exe" as admin and go to RDP Wrapper cd C:\Program Files\RDP Wrapper
  2. uninstall RDP Wrapper: RDPWInst -u
  3. edit rdpwrap.ini: notepad rdpwrap.ini
  4. go to/search [10.0.19041.746] and change SingleUserOffset.x64 to 0CA4C (ver1) or 0CB22 (ver2)
[10.0.19041.746]
...
SingleUserOffset.x64=0CA4C

or

[10.0.19041.746]
...
SingleUserOffset.x64=0CB22
  1. save and exit notepad
  2. install RDP Wrapper: RDPWInst -i
  3. run RDPConf to test: RDPConf.exe

Hi asmtron,
in my .ini, I don't have the version you indicated!
i only have up to version 10.0.17763.1; and even trying "update.bat" doesn't change anything

edit:
okok, i just "stolen" .ini file from your repo, and it works fine. (ty)
but... can be true? the "official" support discontinued in 2018?🤔

@abhinavdangri
Copy link
Author

I got new update:
image

now it is not working
previously we removed the 2438 security update and then it was working fine but now it is not working.

here are my new updates:
image

Please upload a new ini file or give some solid solution

@abhinavdangri
Copy link
Author

@abhinavdangri
Copy link
Author

Hi @asmtron
Please give ini file for new version
19042.746

@sandyrondonc
Copy link

Hello, i install my PC recently, and i cant delete the updates, i have this version too
image
@asmtron Please give ini file for new version 19042.746

@jamesngob
Copy link

Please provide us the new ini file for the latest windows update 19042.844
This update is as of 24 Feb 2021/
The RDPWrapper stop working after this udpate

@ninjacarlo
Copy link

Please provide us the new ini file for the latest windows update 19042.844
This update is as of 24 Feb 2021/
The RDPWrapper stop working after this udpate

YES, please provide the lastest update for 19042.844

termsrv.zip

@khupzki
Copy link

khupzki commented Apr 6, 2021

hi Guys,

Anyone has an updated INI entry for OS build 19041.867 ?

@westkil
Copy link

westkil commented Apr 13, 2021

hi Guys,

Anyone has an updated INI entry for OS build 19041.867 ?

Affraid, nobody for now. Looking for it...

affinityv added a commit to affinityv/INI-RDPWRAP that referenced this issue May 3, 2021
   stascorp/rdpwrap#1244

   Updated to use ver1 entry for [10.0.19041.746]
@affinityv
Copy link

Anyone has an updated INI entry for OS build 19041.867 ?

Okay, what version is the actual DLL as shown in RDPConf.exe ?

@lucindrea
Copy link

lucindrea commented May 17, 2021

Please update ini

according to windows
Version 20H2
OS 19042.985
termsrv.zip

but rdpconf shows 10.0.1941.964 (with listener not working of course)

@gianmaxfactor
Copy link

gianmaxfactor commented May 22, 2021

Please update ini

according to windows
Version 20H2
OS 19042.985
termsrv.zip

but rdpconf shows 10.0.1941.964 (with listener not working of course)

Same here, please help. Thanks.
PS.: could someone teach us how to do, so that more people can help updating the ini?

PS.: it seems to work with this ini
rdpwrap.zip

@affinityv
Copy link

Update your INI .

When it is in place, then do RDPWInst -r to activate it; DO NOT run install.bat again.

Make sure that Windows Defender has exceptions for the RDP product directory, ditto for any other AV.

@gnbcreations
Copy link

gnbcreations commented Jun 29, 2021

rdp wrapper not supported windows 10 20h2 19042.1052

image

@gnbcreations
Copy link

rdp wrapper not supported windows 10 20h2 19042.1052

please upload ini file sir

@affinityv
Copy link

What version does RDPConf.exe show?

@flybeye
Copy link

flybeye commented Jul 8, 2021

Win 10 20H2 19042.1083
It worked for me.
I stopped Remote Desktop Service, copied the INI file from here to C:\Program Files\RDP Wrapper, then restarted Remote Desktop Service.

image

@lucindrea
Copy link

I got it working after trying different ini's and stumbled on a working one :)

@keskinasil
Copy link

keskinasil commented Aug 3, 2021

Win 10 20H2 19042.1151

@orxortega
Copy link

Win 10 20H2 19042.1083
It worked for me.
I stopped Remote Desktop Service, copied the INI file from here to C:\Program Files\RDP Wrapper, then restarted Remote Desktop Service.

image

This ini file also works in 19042.1237

@affinityv
Copy link

This ini file also works in 19042.1237

Yes, but that's the Windows version, not the termsrv.dll version....

@sebaxakerhtc
Copy link

Duplicate of #1220

@sebaxakerhtc sebaxakerhtc marked this as a duplicate of #1220 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