"Justin Kuo" wrote:
>I've recently encountered the issue with VNC (free edition) where I
>can connect and login to a remote computer, but then I receive a
>blank, black screen, followed by a disconnect about a minute later.

Check that Remote Desktop has not been used to connect to Console on
the remote computer. If it has been done (mstsc /CONSOLE /V:servername)
then remote computer must be rebooted or all sessions reset/terminated.

use something like

qwinsta /server:servername

to check for this condition; if console and session-ID 0 are on the
same line, you do NOT have this problem. If console is connected to,
say, session 3, you're in this trouble. If you do not want to reboot
the server, you can use

for %a in (5 4 3 2 1) do reset session %a /server:servername <nul

which will logoff and terminate all sessions.

Good night and good luck

Rasmus Moller
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to