问题标签 [process-monitoring]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
10 浏览

windows - 在 Windows 上监视和记录程序的执行

我有一个默认情况下不留下任何日志的可执行程序(比如 abc.exe)。我想知道这个程序执行的时间和次数。

微软在windows中是否提供了一个api,它会在程序执行时通知我?我可以使用 win32 api 或 windows 进程监视器,或类似的技术在执行特定程序时进行监听和记录吗?

很久以来一直在寻找解决方案,欢迎任何帮助和建议。谢谢你。