App-V 应用程序启动/停止时的 WMI 事件

发布于 2024-09-25 05:39:39 字数 100 浏览 1 评论 0原文

是否有您可以订阅的 WMI 事件,该事件将在虚拟化应用程序 (App-V) 启动或停止时触发?

我需要监视 App-V 客户端上当前运行的应用程序,并且最好避免持续轮询。

Is there a WMI event you can subscribe to that will fire when a virtualized application (App-V) is started or stopped?

I need to monitor the currently running applications on the App-V client, and preferably, I'd like to avoid constant polling.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小猫一只 2024-10-02 05:39:39

可能的解决方案是使用 Win32_ProcessTrace每当 App-V 冒泡进程启动/停止时请求通知。

A possible solution would be use Win32_ProcessTrace to request a notification whenever the App-V bubble process is started/stopped.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文