RDP sessions logs out VNC session?

0

1

I have situation on my Windows 7 machine, where is active RDP service and running VNC (TightVNC) server. Let's say, that I'm logged in via VNC (VNC viewer). Then I want to connect via RDP. At this moment my VNC session is blocked (I mean in VNC viewer Windows login screen shows up, example from web: https://static.squarespace.com/static/514e2905e4b023ca28fd2047/514e2ad8e4b0d528d07c0c96/514e2ae0e4b0d528d07c1450/1323212468000/login11.png). And this login screen interrupts my scripts running in background. How can I switch it off, that new RDP connection will not lock my logged user?

mchfrnc

Posted 2015-01-09T09:12:10.190

Reputation: 131

2That's how RDP behaves, it drops the current user back to the login screen, therefore cannot be used for screensharing etc. I'd use TeamViewer if you want uninterrupted viewing/sharing. – Tetsujin – 2015-01-09T09:15:13.413

Answers

2

Unlike server editions of Windows, Microsoft limits the client editions of Windows to one concurrent user, whether remote or local. So if a remote desktop connection is made, no one physically at the PC can use it or even see the desktop without first kicking off the remote user.

https://www.serverwatch.com/server-tutorials/how-to-enable-concurrent-remote-desktop-sessions-in-windows.html

Therefore, you need to enable concurrent remote desktop connections, which means multiple logons. Unlike other tools, this tool (RDP Wrapper) does not alter termsrv.dll.

https://github.com/binarymaster/rdpwrap/releases

hadj messaoud

Posted 2015-01-09T09:12:10.190

Reputation: 87