-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Listener state: Not listening [not supported] #999
Comments
Run cmd.exe as administrator and type:
Then go to If you don't have it, download it from rdpwrap.zip If you have it, just copy the following and append to the end of the file and save:
On the last step, do not forge to start the service again with:
Let other know if it works for you. |
Working fine ty , just execute |
sawwd, thanks sooooooo much. You;re a life saver. 10.0.18362.657 x86 works like a champ now. |
sawwd, everything is ok now on Win10.0.18363.657 x86. Thank you very much. |
Thank you very much. |
You are the man Sawwd. Thank you! |
great! it really works, thank you very much |
I did it.and became fully supported,but listening state is still“not listening” ,I don't know where I'm doing the wrong thing. PLZ! |
Thank you very much, @sawwd ! Works again like a charm! |
@sawwd I did everything as per the instructions and executed Do I need to uninstall some recent Windows security updates first? |
Never mind, it finally worked! Many thanks to the maintainers of this code for creating this useful utility! |
Hi, how you fix this? I have same problem. |
Remote Desktop Service only runs for 3 seconds after I've done this. I've tried to start it in CMD as administrator: |
I finally got it working.
|
I tried your steps but still doesn't work. |
Do you get an error message after you've run Maybe it works after changing Group Policy settings: You can try to install Group Policy (gpedit.msc) Try to enable: |
Thanks for your reply. I finally got it to work. I did what was mentioned here |
Asmtron has published an archive and a readme to automatically update the ini file in issue #860. It does automatically what you ve done manually. you may prefer to check sources in https://github.com/asmtron/rdpwrap/tree/master/bin |
It doesn't work on Windows 10 Home 1909 Build 18363.720 On 18363.720 only the Listener stat doesn't work. |
Are all files located in the same folder? |
Im having the same issue, the RDP package files are installed in \program files\RDPWrapper ini and dlls are in \program files\RDP Wrapper.. Both directories have network services explicitly added. It shows as fully supported 10.10.18362.657, but not listening. And never mind. I did the autoupdate process (#860) and now all is good, obviously something was messed up in the initial install, but I am good now) |
Thanks a lot, It worked. |
buenas tardes amigos! Les cuento que en varios equipos funcionando con Windows 10 y las recientes actualizaciones a la fecha, me dejaron de funcionar las conexiones remotas. Tengo 1 caso puntual que no logro resolver en donde me queda todo así: Tengo conexión por teamviewer también a estos equipos por lo que puedo conectar y controlar pero por remoto, se cayeron y no logro revertir el problema. A alguno le sucedió? En estos momentos es medio crítico tener a varios usuarios sin poder conectar. Apelo a su gran experiencia para ver qué puede ser lo que sucede. Aguardo sus comentarios y me mantengo online. Desde ya, muchas gracias! |
For those for whom the @sawwd fix doesn't seem to work straight ahead, bear in mind that the provided sawwd's file rdpwrap.zip should be completely overwritten and in my case not like he mentioned in a second option, to append it, since my case it already contained the same rules and sections, so it would have no effect - probably no preference being listed later, and did not work, but replacing the file completely from the provided zip file worked. Note: I also had to add my user to the 'remote desktop users' group, as otherwise I got error 'The requested session access is denied' adding rdp rights alone to the user without adding group didn't help. Then for example I initiated the connection to computer itself by IP 172.0.0.2 as 172.0.0.1 is blocked , to test it. |
El problema es que el servicio de termnal service parece inactivo. Al
colocar NET STOP TERMSERVICRE devuelve "servicio inválido"
Lo que resolvió el problema fueron las nuevas actualizaciones de Windows
10. Una vez que el servicio estaba activo, ya pude poner en funcnionamiento
el rdpwrapper.
Muchas Gracias!!!
Atte.,
Luján Juan Manuel
*Microsoft Certified IT Professional E-mail*: [email protected]
El dom., 3 may. 2020 a las 8:01, Frantisek Hallo (<[email protected]>)
escribió:
… Run cmd.exe as administrator and type:
net stop termservice
Then go to C:\Program Files\RDP Wrapper and open rdpwrap.ini
If you don't have it, download it from rdpwrap.zip
<https://github.com/stascorp/rdpwrap/files/4210953/rdpwrap.zip>
If you have it, just copy the following and append to the end of the file
and save:
[10.0.18362.657]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=B7D06
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=82FB5
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=50535
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=0DBFC
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=50269
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=1FE15
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x86=1
SLInitOffset.x86=5A77A
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=22DDC
SLInitFunc.x64=New_CSLQuery_Initialize
[10.0.18362.657-SLInit]
bInitialized.x86 =D577C
bServerSku.x86 =D5780
lMaxUserSessions.x86 =D5784
bAppServerAllowed.x86 =D578C
bRemoteConnAllowed.x86=D5790
bMultimonAllowed.x86 =D5794
ulMaxDebugSessions.x86=D5798
bFUSEnabled.x86 =D579C
bInitialized.x64 =F6A8C
bServerSku.x64 =F6A90
lMaxUserSessions.x64 =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64 =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64 =F6AAC
On the last step, do not forge to start the service again with:
net start termservice
[image: 2020-02-16_2337]
<https://user-images.githubusercontent.com/13658340/74613261-63474680-5115-11ea-9123-4a0af3d7635a.png>
Let other know if it works for you.
For those for whom the @sawwd <https://github.com/sawwd> fix doesn't seem
to work straight ahead, bear in mind that the provided sawwd's file
rdpwrap.zip should be completely overwritten and not like he mentioned in a
second option, to append it, since my case it already contained the same
rules and sections, so it would have no effect probably no preference being
listed later, and did not work, but replacing the file completely from the
provided zip file worked.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#999 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORHANAVDYSKN2T7VPN2IE3RPVFI5ANCNFSM4KWC2TIA>
.
|
listener state: Not listening [not supported] on Windows 10 home x64 2004 update 10.0.19041.84 |
working on windows build 10 20H2 ( 2009 ) |
对于较新版本,可以复制以下内容粘贴到”rdpwrap.ini“ (Updated=2021-01-13)
|
To fix, rdpwrap.ini need to be updated again. Tested working on Win10 v20H2
|
Worked for me, thanks! |
Worked for me too, thank you so much! 👍 |
It worked...question: why using the auto update didn't worked? |
Great Working..... |
Thanks this worked for me :) |
Thanks a lot this work! |
Up Update rdpwrap.ini, latest here https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini |
This worked, thank you!! |
Duplicate of #983 |
did you figure it out |
hey.. any solution for win10 home rdp..? not working *.ini editing... |
Follow my advice above and replace your rdpwrap.ini content with: https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini |
this is immensely statisfying to have this working now - thank you! |
I finally got it working using the autoupdate.bat from the forked repo. I just had to run it from the command line as an admin. |
working for me, thank you very much |
<< worked with Win10 Home 22H2 The new ini solved it: https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini |
i used this .ini and fixed it for me! thanks |
Is there a latest update on rdpwrap.ini? I have a connection issue right now. |
can someone help me add me on dc |
I've just installed RDP Wrap and I'm running into some issues:
RDF Check states the error "Socket connection failed".
RDF Configuration shows that the listener state is not listening and not supported.
Here are the images: imgur.com/a/eTTPGuY
I have done some research on the "issues" tab and I saw some people suggesting that removing a windows security update can fix this issue, however, I have a fresh install of windows, so I don't think this option is available for me.
I am running Windows 10 Home, version 1909. OS build: 18363.657
The text was updated successfully, but these errors were encountered: