Windows Server 2008上的TightVNC在login后断开客户端连接

我在Windows Server 2008上安装了TightVNC服务器,login后立即断开连接。 在Linux和Windows客户端上都会发生同样的情况:

Connected to RFB server, using protocol version 3.8 Enabling TightVNC protocol extensions Performing standard VNC authentication Password: Authentication successful vncviewer: VNC server closed connection 

任何人都知道发生了什么事?

也许这是这里描述的同样问题的performance:

在Windows Vista中运行VNC服务器的解决方法

这些问题是由Windows Vista新的安全function称为会话0隔离引起的。 以前版本的Windows在与本地login用户(会话0)相同的login会话中运行系统服务。 在Windows Vista中,会话0现在保留用于这些服务,并且所有交互式login都在其他会话中完成,导致VNC服务器无法接受传入的远程控制连接请求。

并提出解决scheme:

因此,为了使Windows Vista上的VNC服务器正常工作,解决scheme(至less在VNC开发人员提出正确的修复或更新以解决Windows Vista中的新安全限制之前)是以用户模式运行VNC服务器。

或者试试它是否适用于UltraVNC 。

PS:这是关于应用程序兼容性的MSDN文章:会话0隔离 。