Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够在远程机器上运行应用程序时访问一些特定于设备的数据。问题是,如果 RDP 窗口最小化,则此数据不可用。我正在研究的一种解决方案是编写自己的 RDP 客户端,以便服务器机器始终认为它具有活动显示(即使客户端机器被锁定)。
有谁知道如何开发 RDP 客户端(最好在 .NET 中)的参考资料?
查看 Codeplex 的终端。开源多个 RDP 客户端;浏览代码以获取一些提示。