-
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
Local console is disconnected when RDP connection is established in Win 10 Pro 10.0.18362.657 #1064
Comments
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 |
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... |
Hey, same here. Changing the .ini from #1040 solved the issue for me.
|
It went just fine! Thanks man! |
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). |
file not exists in zip |
this is happening to me too, on Win10 v2004, is there resolution in another issue? |
No, that is per design. Logging in remotely will always disconnect the
local session. Without single session, more than one remote connection
could be made under the same user account, and, maybe, the local user could
log back in and get a new session instead of taking over the remote session.
This is a design decision and limitation of windows RDP.
It is recommended that each user that connects remotely have their own user
account. If they need to share some resources, then these can be shared,
say, using the public user's account, or by just giving all the users
access to a shared folder.
…On Sat, 4 Jul 2020 at 22:46, evandrix ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMCGISNLC5THSE7ELKE4RTRZ4QD5ANCNFSM4MP6RCFQ>
.
|
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 |
Same as #422 |
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.
The text was updated successfully, but these errors were encountered: