Manually reset the WMI counters
At times, the WMI performance counters may not get transferred to WMI because services were delayed or started out of order.
- Stop the Windows Management Instrumentation service.
- Click Start, click Run, type
cmd
, and then click OK. - At the command prompt, type
winmgmt /resyncperf
, and then press Enter. - At the command prompt, type
wmiadap.exe /f
, and then press Enter. - Type exit, and then press Enter to close the command prompt.
- Start the Windows Management Instrumentation service.
After resetting the WMI counters, retest WMI.