It is currently April 19th, 2024, 11:30 pm

Repairing PerfMon Counters

Tips and Tricks from the Rainmeter Community
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Repairing PerfMon Counters

Post by jsmorley »

The Rainmeter PerfMon plugin accesses performance counters stored in Windows. It is more or less the same information that is managed from the Perfmon.exe Windows application.

Sometimes the "counters" that are stored and used by Windows can become corrupted, and the PerfMon plugin may stop working or return invalid results. This can generally be corrected by "rebuilding" the counters in Windows to their default settings. You do this by:

Open a cmd.exe command line prompt. Use "Run as administrator" when you run cmd.exe.

Type lodctr /r at this command prompt and hit enter.

You should get a return from this command like:

"Info: Successfully rebuilt performance counter setting from system backup store"

Restart Rainmeter, and in many cases this will correct issues with the PerfMon plugin.

Lodctr command