When I register some events (event consumers & event filters) to WMI
repository, process 'wmiprvse.exe' (Wins XP) or 'winmgmt.exe' (Wins 2K)
occupies lot of CPU all the time.
Is there anyway to reduce these process' percent of occupation of CPU?

Re: Event in WMI by Toan

Toan
Thu Aug 18 06:14:53 CDT 2005

I edit operator 'WINTHIN <second no>' to be bigger!
It seems OK!



Re: Event in WMI by Alain

Alain
Wed Aug 24 12:37:58 CDT 2005

It depends if the WMI provider is an instance provider or an event provider.
An event query against an instance provider requires the WITHIN statement.
An event provider does not and handles events on its own.
I publish the complete list of providers and their nature in Leveraging WMI
scripting, vol 2 at http://www.lissware.net.

HTH
/Alain

"Toan Do" <toandn@cybersoft-vn.com> wrote in message
news:e2JYRY%23oFHA.3960@TK2MSFTNGP12.phx.gbl...
>I edit operator 'WINTHIN <second no>' to be bigger!
> It seems OK!
>