A WMI event consumer process that registers for notification events via a WQL query for the MSVM_ComputerSystem class may experience one or more of the following symptoms:
Example notification query:
- High CPU usage
- Growth in working set memory
- An increasing number of worker threads
Example notification query:
Select * from __InstanceModificationEvent WITHIN 10 WHERE TargetInstance ISA 'MSVM_ComputerSystem'