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 中运行的应用程序的状态。什么是我可以用来观察特定应用程序何时运行并随后执行我选择的另一个应用程序的最佳方法(Win32 或更新的 API)?
您可以使用 WMI - 请参阅此 SO 问题和答案如何在 Windows 中监视进程/程序执行?.
特别是 Win32_ProcessStartTrace 类
该线程中还有一些其他选项。