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.
我正在使用SessionSwitch类SystemEvents来检测远程桌面连接,我需要知道当前连接用户的用户名和远程机器名称(从哪个用户连接)。如何在我的 Windows 服务中获取这些数据?
SessionSwitch
SystemEvents
我找到Environment.UserName了,但这不是我需要的。
Environment.UserName
提前致谢。