views:

8

answers:

1

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.

A: 

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

adara