I had similar problem. You can use
rdpwrap.zip
for support RDP on current version Windows.
Step by step:
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
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!
Most helpful comment
I had similar problem. You can use
rdpwrap.zip
for support RDP on current version Windows.
Step by step:
Done