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

Local console is disconnected when RDP connection is established in Win 10 Pro 10.0.18362.657 #1064

Closed
p1nky14 opened this issue Apr 24, 2020 · 10 comments

Comments

@p1nky14
Copy link

p1nky14 commented Apr 24, 2020

There was already an issue here for older versions, but none of the workarounds seem to work on 1909 and the current termsrv.dll:
#422

Is there any other workaround that still works?

My goal is to have an open local session and RDP to the PC from mobile devices using the same user, but not have the local console session being taken over but instead getting a new session for the user when logging in via RDP from the mobile client. I am using the MS "RD Client" on iOS (there doesn't seem to be any other available and they killed the good old iTag RDP years ago).
The use case is that I want to login remotely with this user and have all the applications and settings of this user available, but at the same time do NOT want to have my windows thrown around in the local session due to the different resolution on the mobile device and use RDP on the mobile device in a resolution that makes sense (and the MS RD Client not even allowing to set the same resolution as I have set locally).

The current behaviour is that when I login via RDP then the local session is taken over and I can login locally to create a new local session.
The desired behaviour is to keep the local session open when logging in via RDP and instead have a new session created for RDP.

See the settings below, the current behaviour is the same no matter what authentication mode I use.

image

@sk-lau
Copy link

sk-lau commented Apr 25, 2020

Your settings seem correct

However you can try reset the none single session per user.

First click on Single session per user then Apply. Then uncheck the box and Apply again. See if it works

@danmaxis
Copy link

It`s strange that my Win10 has this same version for termserv.dll but this config screen shows as "not compatible" and it is just like I didnt install anything at all...
I just wanted to two different users use the same computer, one locally and the other remote via RDP

@EngFelix
Copy link

It`s strange that my Win10 has this same version for termserv.dll but this config screen shows as "not compatible" and it is just like I didnt install anything at all...
I just wanted to two different users use the same computer, one locally and the other remote via RDP

Hey, same here. Changing the .ini from #1040 solved the issue for me.

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

@danmaxis
Copy link

It went just fine! Thanks man!

@p1nky14
Copy link
Author

p1nky14 commented Apr 28, 2020

However you can try reset the none single session per user.

First click on Single session per user then Apply. Then uncheck the box and Apply again. See if it works

Same result unfortunately, opening an RDP connection takes over the local console session. Please note that I can have multiple sessions with the same user, however the RDP connection takes over the console session (I can then login from console, to have an additional, parallel session with the same user, but I want the RDP connection to have a separate session instead of taking over the console session).

@robbak robbak mentioned this issue Apr 30, 2020
@egmsystems
Copy link

rdpwrap.ini

file not exists in zip

@evandrix
Copy link

evandrix commented Jul 4, 2020

However you can try reset the none single session per user.
First click on Single session per user then Apply. Then uncheck the box and Apply again. See if it works

Same result unfortunately, opening an RDP connection takes over the local console session. Please note that I can have multiple sessions with the same user, however the RDP connection takes over the console session (I can then login from console, to have an additional, parallel session with the same user, but I want the RDP connection to have a separate session instead of taking over the console session).

this is happening to me too, on Win10 v2004, is there resolution in another issue?

@robbak
Copy link

robbak commented Jul 4, 2020 via email

@sk-lau
Copy link

sk-lau commented Jul 6, 2020

Yes I have found that RDP remote session will always take over the local console session no matter if you use multi session per user

Best to create another user for remote RDP login purposes

@sebaxakerhtc
Copy link

Same as #422

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

8 participants