How Recover performance counters that are not working or missing in PerfMon

Sometime performance counter is missing the counters of an application installed or they stop working for some other reasons, this are the steps to re-write them to the registry and return them into action, This command will rebuild the counters from scratch, open command prompt as administrator and run :

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R

Resync the counters with Windows Management Instrumentation (WMI):

WINMGMT.EXE /RESYNCPERF

Stop and restart the Performance Logs and Alerts service & Stop and restart the Windows Management Instrumentation service.

Good Luck

Leave a Reply

Your email address will not be published. Required fields are marked *