微软终端服务
关于通过 .Net 在客户端上打开远程应用程序(Microsoft 终端服务)有什么想法吗?
Any idea about opening a remote app (Microsoft Terminal Services) on client through .Net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需创建一个 RDP 文件,将其写入磁盘并使用 rdp 文件作为参数启动 mstsc。
对于远程应用程序,以下几行很重要(此处是 MSPaint 的示例):
Just create an RDP file, write it to disk and launch mstsc with the rdp file as parameter.
For a remoteapp the following lines are important (here in sample for MSPaint):