VNC 如何断开已连接的 RDP 会话
在将 VNC 与 RDP 结合使用时,我注意到 VNC 的一个行为,即当您使用 RDP (mstsc) 连接到一台计算机,然后您想使用 VNC 连接到该计算机时,它会断开 RDP 会话,你会看到目标机器上屏幕闪烁(黑屏一秒钟),然后你通过 VNC 连接,我想知道的是 VNC 如何断开活动的 RDP 会话,任何代码片段都会非常有帮助.. 谢谢
While using VNC combined with RDP, I have noticed a behaviour which VNC do, that is when you have connected to a machine using RDP (mstsc), and then you want to connect to that machine using VNC, it will disconnects the RDP session, and you will see a screen blink(Black screen for a second) on the target machine and then you are connected via VNC, What I want to know is that How VNC is disconnecting the active RDP sessions, Any code snippet will be really help ful..
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您使用 VNC 连接时,它会尝试使用 WinStationConnectW(未记录)连接到控制台会话,这将断开 RDP 会话。
这是来自 TightVNC 的片段:
When you connect using VNC it tries to connect to the console session using WinStationConnectW (Which is undocumented) this will disconnect the RDP session.
Here is a snippet from TightVNC: