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.
有两台机器A和B。在机器B上安装软件或服务。现在,机器A通过远程访问机器B。如何监控这个动作。
您可以尝试 Windows 远程桌面连接(一些视频教程在这里)
或者
试试LogMeIn
如果您的应用程序是 winforms 应用程序,您可以使用 System.Windows.Forms.SystemInformation.TerminalServerSession。如果这返回 true 您的用户通过远程桌面连接进行连接。