after recent win update, my cpu become very hot. I checked the task manager find that WMI provider is using a lot of power but my cpu stays low usage but reach high temp.
I have done this but nothing is showing up
C:\Windows\system32> dism.exe /online /cleanup-image /scanhealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19045.2604
[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.
C:\Windows\system32> dism.exe /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19045.2604
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
Went to event viewer and this shows up
- <Event xmlns="**http://schemas.microsoft.com/win/2004/08/events/event**">
- <System>
<Provider Name="Microsoft-Windows-WMI-Activity" Guid="{1418ef04-b0b4-4623-bf7e-d74ab47bbdaa}" /><EventID>5858</EventID><Version>0</Version><Level>2</Level><Task>0</Task><Opcode>0</Opcode><Keywords>0x4000000000000000</Keywords><TimeCreated SystemTime="2023-02-17T22:41:59.0738745Z" /><EventRecordID>155153</EventRecordID><Correlation /><Execution ProcessID="3260" ThreadID="3672" /><Channel>Microsoft-Windows-WMI-Activity/Operational</Channel><Computer>DESKTOP-GP6UGH2</Computer><Security UserID="S-1-5-18" /></System>
- <UserData>
- <Operation_ClientFailure xmlns="**http://manifests.microsoft.com/win/2006/windows/WMI**">
<Id>{00000000-0000-0000-0000-000000000000}</Id><ClientMachine>DESKTOP-GP6UGH2</ClientMachine><User>DESKTOP-GP6UGH2\cnc12</User><ClientProcessId>3304</ClientProcessId><Component>Unknown</Component><Operation>Start IWbemServices::ExecQuery - Root\Cimv2 : SELECT * From Win32_ComputerSystem</Operation><ResultCode>0x80041032</ResultCode><PossibleCause>Throttling Idle Tasks, refer to CIMOM regkey: ArbTaskMaxIdle</PossibleCause></Operation_ClientFailure>
</UserData>
</Event>
any inside of whats is happening? thank you

