bug in aquasuite X.66
Id = {00000000-0000-0000-0000-000000000000}; ClientMachine = xxxxxxxxxxxxx; User = NT AUTHORITY\SYSTEM; ClientProcessId = 5364; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\cimv2 : SELECT * FROM Win32_PerfRawData_PerfDisk_PhysicalDisk Where Name LIKE "1%"; ResultCode = 0x80041032; PossibleCause = Unknown
when Aqua service is running with SSD/Harddisk enabled - it trickers this message in the eventlogs and causes WmiPrvSE.exe cpu load spikes.
from what i could read at some M$ site ....
https://learn.microsoft.com/en-us/window…rectedfrom=MSDN
Maybe this should not be used anymore, instead use:
https://learn.microsoft.com/en-us/window…rfinst-provider
Im not a programmer - but it would seem that there is a error from the select message... which looks like a SQL query error

anyway - disabling the service monitoring for hard drives solves it....