我如何以编程方式关闭 rdp 连接
我在服务器上有一个应用程序。我可以使用 rdp 连接到它,但在某些情况下(例如来自客户端的请求)我需要该服务来关闭连接。如何检测现有的 rdp 连接并关闭它(如果有)?
I have an application on the server. I can connect to it using rdp, but under some circumstances(request from client, for example) I need the service to close the connection. How can I detect an existing rdp connection and close it if it has?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试使用以下代码。我在我身边尝试过,它正在发挥作用。
包:使用 System.Diagnostics;
You can try with the following code. I tried at my side and it is working.
Package : using System.Diagnostics;
Windows 实用程序 tsdiscon 可以做到这一点
windows utility tsdiscon can do this