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.
任何人都可以告诉我通过网络中的所有帐户获取所有系统的所有登录/注销的最佳方法是什么?
1- 在 Windows 服务中使用 OnSessionChange 事件
或者
2-在windows服务中使用api函数
我需要登录/注销帐户的时间和用户名。
我已经使用 ISensLogon2 的方法成功地完成了它。