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

Listener state: Not listening [not supported] #999

Closed
JackE9 opened this issue Feb 16, 2020 · 72 comments
Closed

Listener state: Not listening [not supported] #999

JackE9 opened this issue Feb 16, 2020 · 72 comments

Comments

@JackE9
Copy link

JackE9 commented Feb 16, 2020

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

@sawwd
Copy link

sawwd commented Feb 16, 2020

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

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

2020-02-16_2337

Let other know if it works for you.

@langit7
Copy link

langit7 commented Feb 17, 2020

Working fine ty , just execute RDPWInst.exe -r after editing rdpwrap.ini

@VelociRacer
Copy link

Let other know if it works for you.

sawwd, thanks sooooooo much. You;re a life saver. 10.0.18362.657 x86 works like a champ now.

@a-lascu
Copy link

a-lascu commented Feb 18, 2020

sawwd, everything is ok now on Win10.0.18363.657 x86. Thank you very much.

@ConceitoTecnologia
Copy link

Thank you very much.

@phrayz
Copy link

phrayz commented Feb 19, 2020

You are the man Sawwd. Thank you!

@jackymardt
Copy link

great! it really works, thank you very much

@Cube0829
Copy link

Cube0829 commented Mar 3, 2020

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!

@Vegz78
Copy link

Vegz78 commented Mar 21, 2020

Thank you very much, @sawwd !

Works again like a charm!

@CaspianCanuck
Copy link

@sawwd I did everything as per the instructions and executed RDPWInst.exe -r after editing rdpwrap.ini, even rebooted Windows but am still getting Not listening - Not supported and RDPCheck reports failure to connect.

Do I need to uninstall some recent Windows security updates first?

@CaspianCanuck
Copy link

CaspianCanuck commented Mar 23, 2020

Never mind, it finally worked! Many thanks to the maintainers of this code for creating this useful utility!

@broliukaz
Copy link

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.

@arnoldvdm
Copy link

Remote Desktop Service only runs for 3 seconds after I've done this.

I've tried to start it in CMD as administrator: net start termservice
I've also tried to start Remote Desktop Services in services.msc

@arnoldvdm
Copy link

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.

I finally got it working.

  1. Run install.bat as administrator
  2. Copy all files to: Program Files\RDP Wrapper
  3. Turn off all network adapters in: ncpa.cpl
  4. Run cmd as administrator
  5. Run net stop termservice
  6. Run uninstall.bat as administrator
  7. Run install.bat as administrator
  8. Edit rdpwrap.ini as administrator (for example in Notepad++)
  9. Add and save the lines from > sawwd
  10. Run RDPWInst.exe -r in cmd as administrator
  11. Turn the network adapters on again in: ncpa.cpl

@espinosaluis
Copy link

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.

I finally got it working.

  1. Run install.bat as administrator
  2. Copy all files to: Program Files\RDP Wrapper
  3. Turn off all network adapters in: ncpa.cpl
  4. Run cmd as administrator
  5. Run net stop termservice
  6. Run uninstall.bat as administrator
  7. Run install.bat as administrator
  8. Edit rdpwrap.ini as administrator (for example in Notepad++)
  9. Add and save the lines from > sawwd
  10. Run RDPWInst.exe -r in cmd as administrator
  11. Turn the network adapters on again in: ncpa.cpl

I tried your steps but still doesn't work.

@arnoldvdm
Copy link

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.

I finally got it working.

  1. Run install.bat as administrator
  2. Copy all files to: Program Files\RDP Wrapper
  3. Turn off all network adapters in: ncpa.cpl
  4. Run cmd as administrator
  5. Run net stop termservice
  6. Run uninstall.bat as administrator
  7. Run install.bat as administrator
  8. Edit rdpwrap.ini as administrator (for example in Notepad++)
  9. Add and save the lines from > sawwd
  10. Run RDPWInst.exe -r in cmd as administrator
  11. Turn the network adapters on again in: ncpa.cpl

I tried your steps but still doesn't work.

Do you get an error message after you've run net start termservice

Maybe it works after changing Group Policy settings:

You can try to install Group Policy (gpedit.msc)
https://www.itechtics.com/enable-gpedit-windows-10-home/

Try to enable: Set rules for remote control of Terminal Services user sessions
You can find it under: User Configuration -> Administrative Templates -> Windows Components -> Terminal Services

@espinosaluis
Copy link

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.

I finally got it working.

  1. Run install.bat as administrator
  2. Copy all files to: Program Files\RDP Wrapper
  3. Turn off all network adapters in: ncpa.cpl
  4. Run cmd as administrator
  5. Run net stop termservice
  6. Run uninstall.bat as administrator
  7. Run install.bat as administrator
  8. Edit rdpwrap.ini as administrator (for example in Notepad++)
  9. Add and save the lines from > sawwd
  10. Run RDPWInst.exe -r in cmd as administrator
  11. Turn the network adapters on again in: ncpa.cpl

I tried your steps but still doesn't work.

Do you get an error message after you've run net start termservice

Maybe it works after changing Group Policy settings:

You can try to install Group Policy (gpedit.msc)
https://www.itechtics.com/enable-gpedit-windows-10-home/

Try to enable: Set rules for remote control of Terminal Services user sessions
You can find it under: User Configuration -> Administrative Templates -> Windows Components -> Terminal Services

Thanks for your reply. I finally got it to work. I did what was mentioned here
#1035 (comment)
I have the impression I had already did that before but I've tried so many things and times that I'm not totally sure now...

@edgd1er
Copy link

edgd1er commented Mar 28, 2020

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

@arnoldvdm
Copy link

It doesn't work on Windows 10 Home 1909 Build 18363.720
It works on Windows 10 Home 1909 Build: 18363.752

On 18363.720 only the Listener stat doesn't work.

@arnoldvdm
Copy link

I found the solution.
Make sure the service is logged in as Network Service.
RDP login detais

@arnoldvdm
Copy link

Are all files located in the same folder?
Does the network service also have full access permissions to the folder?
You can also test it by setting "everyone" with full access permissions.

@bftaylor
Copy link

bftaylor commented Apr 8, 2020

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)

@rohit3120
Copy link

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

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

2020-02-16_2337

Let other know if it works for you.

Thanks a lot, It worked.
Guys, just open notepad as an admin and then copy the contents to the file.

@jhonny003
Copy link

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í:

imagen

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!

@FantomX1
Copy link

FantomX1 commented May 3, 2020

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

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

2020-02-16_2337

Let other know if it works for you.

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.
Because without this action, there was the message "Fully supported" but without the "Listening" message. Though I had to also restart the pc after I think, previously it did not work even with a restart.

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.

@jhonny003
Copy link

jhonny003 commented May 3, 2020 via email

@psndna88
Copy link

psndna88 commented Jun 8, 2020

listener state: Not listening [not supported] on Windows 10 home x64 2004 update 10.0.19041.84

@elvisquaglia
Copy link

hi i have this version but not start, why? i have update the .ini file but nothing

image

@psyopus69
Copy link

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

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

2020-02-16_2337

Let other know if it works for you.

working on windows build 10 20H2 ( 2009 )

@Yufeo
Copy link

Yufeo commented Apr 20, 2021

RDPwrapper
I really need some help. I've tried all the fixes and i still cannot get it to work.

My discord is Yufeo# 0001

@psyopus69
Copy link

psyopus69 commented Apr 20, 2021

u need install & important ------> update.

Also, before install, don't remember turn off services.

If u don't update, u will get same error.
scr1rdpwr

@sawwd
Copy link

sawwd commented Jun 1, 2021

RDPwrapper
I really need some help. I've tried all the fixes and i still cannot get it to work.

My discord is Yufeo# 0001

#1278 (comment)

This might help you.

@guoiaoang
Copy link

对于较新版本,可以复制以下内容粘贴到”rdpwrap.ini“ (Updated=2021-01-13)
来源: 解决win10上“RDP Wrapper里的Not supported“问题

[10.0.17115.1-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17128.1-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17133.1-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17134.1-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17134.706-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17134.1304-SLInit]
bInitialized.x86 =CBF38
bServerSku.x86 =CBF3C
lMaxUserSessions.x86 =CBF40
bAppServerAllowed.x86 =CBF44
bRemoteConnAllowed.x86=CBF48
bMultimonAllowed.x86 =CBF4C
ulMaxDebugSessions.x86=CBF50
bFUSEnabled.x86 =CBF54

bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17723.1000-SLInit]
bInitialized.x64 =E9AB0
bServerSku.x64 =E9AB4
lMaxUserSessions.x64 =E9AB8
bAppServerAllowed.x64 =E9AC0
bRemoteConnAllowed.x64=E9AC4
bMultimonAllowed.x64 =E9AC8
ulMaxDebugSessions.x64=E9ACC
bFUSEnabled.x64 =E9AD0

[10.0.17763.1-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8

bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.165-SLInit]
bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.168-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8

bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.288-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8

bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.292-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8
bInitialized.x64 =ECAB0

bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.379-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8

bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[10.0.17763.437-SLInit]
bInitialized.x86 =CD798
bServerSku.x86 =CD79C
lMaxUserSessions.x86 =CD7A0
bAppServerAllowed.x86 =CD7A8
bRemoteConnAllowed.x86=CD7AC
bMultimonAllowed.x86 =CD7B0
ulMaxDebugSessions.x86=CD7B4
bFUSEnabled.x86 =CD7B8

bInitialized.x64 =ECAB0
bServerSku.x64 =ECAB4
lMaxUserSessions.x64 =ECAB8
bAppServerAllowed.x64 =ECAC0
bRemoteConnAllowed.x64=ECAC4
bMultimonAllowed.x64 =ECAC8
ulMaxDebugSessions.x64=ECACC
bFUSEnabled.x64 =ECAD0

[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

[10.0.17763.1369-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

[10.0.17763.1613-SLInit]
bInitialized.x86 =D3828
bServerSku.x86 =D382C
lMaxUserSessions.x86 =D3830
bAppServerAllowed.x86 =D3838
bRemoteConnAllowed.x86=D383C
bMultimonAllowed.x86 =D3840
ulMaxDebugSessions.x86=D3844
bFUSEnabled.x86 =D3848

bServerSku.x64 =F3B90
lMaxUserSessions.x64 =F3B94
bAppServerAllowed.x64 =F3B9C
bInitialized.x64 =F3B8C
bRemoteConnAllowed.x64=F3BA0
bMultimonAllowed.x64 =F3BA4
ulMaxDebugSessions.x64=F3BA8
bFUSEnabled.x64 =F3BAC

[10.0.17763.1697-SLInit]
bInitialized.x64 =F3B8C
bServerSku.x64 =F3B90
lMaxUserSessions.x64 =F3B94
bAppServerAllowed.x64 =F3B9C
bRemoteConnAllowed.x64=F3BA0
bMultimonAllowed.x64 =F3BA4
ulMaxDebugSessions.x64=F3BA8
bFUSEnabled.x64 =F3BAC

[10.0.18362.1-SLInit]
bInitialized.x86 =D477C
bServerSku.x86 =D4780
lMaxUserSessions.x86 =D4784
bAppServerAllowed.x86 =D478C
bRemoteConnAllowed.x86=D4790
bMultimonAllowed.x86 =D4794
ulMaxDebugSessions.x86=D4798
bFUSEnabled.x86 =D479C

bInitialized.x64 =F6A8C
bServerSku.x64 =F6A90
lMaxUserSessions.x64 =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64 =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64 =F6AAC

[10.0.18362.53-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

[10.0.18362.267-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

[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

[10.0.18362.836-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

[10.0.18362.1316-SLInit]
bInitialized.x64 =F6A8C
bServerSku.x64 =F6A90
lMaxUserSessions.x64 =F6A94
bAppServerAllowed.x64 =F6A9C
bRemoteConnAllowed.x64=F6AA0
bMultimonAllowed.x64 =F6AA4
ulMaxDebugSessions.x64=F6AA8
bFUSEnabled.x64 =F6AAC

[10.0.19041.84-SLInit]
bInitialized.x86 =CF920
bServerSku.x86 =CF924
lMaxUserSessions.x86 =CF928
bAppServerAllowed.x86 =CF930
bRemoteConnAllowed.x86=CF938
bMultimonAllowed.x86 =CF93C
ulMaxDebugSessions.x86=CF940
bFUSEnabled.x86 =CF944

bInitialized.x64 =103FF8
bServerSku.x64 =103FFC
lMaxUserSessions.x64 =104000
bAppServerAllowed.x64 =104008
bRemoteConnAllowed.x64=104010
bMultimonAllowed.x64 =104014
ulMaxDebugSessions.x64=104018
bFUSEnabled.x64 =10401C

[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

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

@alanokm
Copy link

alanokm commented Jun 9, 2021

To fix, rdpwrap.ini need to be updated again.

Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

@quantumgolem
Copy link

To fix, rdpwrap.ini need to be updated again.

Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Worked for me, thanks!

@ThisRock84
Copy link

To fix, rdpwrap.ini need to be updated again.

Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Worked for me too, thank you so much! 👍

@Bazzu85
Copy link

Bazzu85 commented Jul 7, 2021

To fix, rdpwrap.ini need to be updated again.

Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

It worked...question: why using the auto update didn't worked?

@12Hemang
Copy link

12Hemang commented Jul 22, 2021

To fix, rdpwrap.ini need to be updated again.
Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Great Working.....

@Mrinaldo
Copy link

Mrinaldo commented Oct 3, 2021

This version is working with my INI file and has been for some time. It is likely that Windows Defender or some other "protections" has taken out the service; you need to use the right INI file that supports this and you need to create an exception for the "C:\Program Files\RDP Wrapper" directory.

Thanks this worked for me :)

@marcoxyz
Copy link

marcoxyz commented Oct 7, 2021

To fix, rdpwrap.ini need to be updated again.
Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Great Working.....

Thanks a lot this work!

@JappeHallunken
Copy link

Nothin mentioned here worked for me:
Unbenann2t

@andruxabr
Copy link

Up

Nothin mentioned here worked for me: Unbenann2t

Update rdpwrap.ini, latest here https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini

@BaniGrisson
Copy link

To fix, rdpwrap.ini need to be updated again.
Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Great Working.....

This worked, thank you!!

@sebaxakerhtc
Copy link

Duplicate of #983

@sebaxakerhtc sebaxakerhtc marked this as a duplicate of #983 Jun 20, 2022
@broda79
Copy link

broda79 commented Jun 30, 2022

Hi guys.
I have a problem with rdpwrapper. I think I tried all the rdpwrap.ini files.
obraz
obraz

None of the solutions work

@SPITTLES
Copy link

did you figure it out

@justnewbiem
Copy link

hey..

any solution for win10 home rdp..? not working *.ini editing...

@sawwd
Copy link

sawwd commented Nov 13, 2022

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

@pathensley
Copy link

this is immensely statisfying to have this working now - thank you!

@tallcoder
Copy link

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.

@kalyan312
Copy link

To fix, rdpwrap.ini need to be updated again.
Tested working on Win10 v20H2

  1. run cmd as admin
  2. go to C:\Program Files\RDP Wrapper
  3. net stop termservice
  4. notepad rdpwrap.ini
    Update rdpwrap.ini with latest copy from here
  5. net start termservice
  6. run "RDPWInst.exe -r"
  7. run "RDPConf" and it is all green now.

Great Working.....

This worked, thank you!!

working for me, thank you very much

@ox1us
Copy link

ox1us commented Jun 21, 2023

<< worked with Win10 Home 22H2

The new ini solved it:

https://raw.githubusercontent.com/sebaxakerhtc/rdpwrap.ini/master/rdpwrap.ini

@riccardik
Copy link

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

i used this .ini and fixed it for me! thanks

@RamonAlvarez18
Copy link

Is there a latest update on rdpwrap.ini? I have a connection issue right now.

@wemre3131
Copy link

wemre3131 commented Sep 14, 2024

can someone help me add me on dc
Name : w_emre

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