How to login to different user in RDP locked system

9,516

Desktop versions of Windows do not support multiple simultaneous logons. If you were to try to do this with RDP, an attempt to connect via RDP would cause any other RDP user or the console user to be signalled for permission to disconnect to allow the new RDP user access to the computer.

Server versions of Windows that support Terminal Server can do what you describe.

Share:
9,516
Gvtha
Author by

Gvtha

I am developing an Android application unofficially. And I am working as a developer in BankOfAmerica.

Updated on September 18, 2022

Comments

  • Gvtha
    Gvtha over 1 year

    I am having two systems with Windows 10 OS namely comp1 and comp2. In comp1 system, I has two user accounts namely user1 and user2.

    From comp2 system, I have taken the comp1 as Remote desktop connection using user1 login. Immediately comp1 system got locked. Now in comp1 system, I tried to login to user2 account. But it throws error message that the remote desktop connection will be disconnected if i do so.

    Is it possible to login to one user account if the other user account was locked for remote desktop? I don't want to use remote assistance option.

    • Jeff Zeitlin
      Jeff Zeitlin over 6 years
      No, it's not possible. Why do you want to do this?
    • Gvtha
      Gvtha over 6 years
      I want this for my personal use. Even I have tried TeamViewer but its not giving what i expect...
    • Jeff Zeitlin
      Jeff Zeitlin over 6 years
      Why do you want to be running both sessions at once? What are you trying to accomplish?
    • Gvtha
      Gvtha over 6 years
      Two users want to use the same system at a time. So if i do requested option, then I can make two users to work at a time.
    • Jeff Zeitlin
      Jeff Zeitlin over 6 years
      This can't be done with RDP, and probably not at all with a desktop Windows. You'd probably need a server OS, and Windows Terminal Server.
    • cdavid
      cdavid over 6 years
      @JeffZeitlin is correct. Windows client SKUs (home, pro, enterprise) only support a single session. Windows Server Datacenter supports multiple sessions and could achieve what you are looking for.
  • Christopher Hostage
    Christopher Hostage over 6 years
    It's a money-saving strategy for small business end users to run very cheap thin client PCs, but do important work inside an RDP session on a more expensive powerful server. Microsoft wants to charge for the ability to do that, so it's only available in the more expensive Windows Server OSes.