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.
我正在编写一个 Windows 服务。我想做一些关于系统启动、系统锁定、关机的功能。如何在 windows 服务中获取启动、锁定和关闭事件?
尝试使用 Microsoft.Win32.SystemEvents 类。