Rdpwrap: 10.0.18362.657 is not working, please help, thanks

Created on 28 Mar 2020  路  7Comments  路  Source: stascorp/rdpwrap

Most helpful comment

I had similar problem. You can use
rdpwrap.zip
for support RDP on current version Windows.

Step by step:

  1. Run PS from Administrator
  2. Exec "get-service termservice|stop-service -force"
  3. Replace original rdpwrap.ini in C:\Program Files\RDP Wrapper\ on rdpwrap in zip attached.
  4. Exec "get-service termservice|start-service"

Done

All 7 comments

I had similar problem. You can use
rdpwrap.zip
for support RDP on current version Windows.

Step by step:

  1. Run PS from Administrator
  2. Exec "get-service termservice|stop-service -force"
  3. Replace original rdpwrap.ini in C:\Program Files\RDP Wrapper\ on rdpwrap in zip attached.
  4. Exec "get-service termservice|start-service"

Done

Thanks, it works! I guess the update will come with the next version (see PR #1039 )

I had similar problem. You can use
rdpwrap.zip
for support RDP on current version Windows.
Step by step:

Run PS from Administrator
Exec "get-service termservice|stop-service -force"
Replace original rdpwrap.ini in C:\Program Files\RDP Wrapper\ on rdpwrap in zip attached.
Exec "get-service termservice|start-service"

Done

Thank you!

Thank you!

I added patch from https://github.com/stascorp/rdpwrap/pull/1039 , but get error start service

>>> SvchostPushServiceGlobals
Loading configuration...
Configuration file: c:\program files\rdp wrapper\rdpwrap.ini
Initializing RDP Wrapper...
Base addr:  0x00007FFA51980000
SvcMain:    termsrv.dll+0x0000000000037350
SvcGlobals: termsrv.dll+0x0000000000037BE0
Version:    10.0.18362.657
Freezing threads...
Patch CEnforcementCore::GetInstanceOfTSLicense
Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
Patch CDefPolicy::Query
Hook CSLQuery::Initialize
Resumimg threads...
<<< SvchostPushServiceGlobals
>>> ServiceMain
<<< ServiceMain
>>> CSLQuery::Initialize
SLInit [0x00007FFA51A76A90] bServerSku = 1
SLInit [0x00007FFA51A76AA0] bRemoteConnAllowed = 1

Capture

Windows 10 Home Single Language
PS.
Checked on another pc with Windows 10 Pro, same problem

PPS.
This work https://github.com/stascorp/rdpwrap/issues/1040#issuecomment-605407827

working. thanks

Just to add for anyone that needs to fix this remotely. I was able to apply the ini provided above https://github.com/stascorp/rdpwrap/issues/1040#issuecomment-605407827 and then restart "Remote Desktop Services" via services.msc with everything working perfectly. Thx!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

philippseith picture philippseith  路  6Comments

cH40z32 picture cH40z32  路  4Comments

jifernandezc picture jifernandezc  路  5Comments

dagwieers picture dagwieers  路  4Comments

wanglulei picture wanglulei  路  4Comments