How to reset Performance objects in perfmon?

16,000

I found a way to solve the problem:

  • copy C:\WINDOWS\system32\PerfStringBackup.INI from a PC where perfmon works correctly
  • cd C:\WINDOWS\system32
  • lodctr /R:PerfStringBackup.INI
Share:
16,000
sthiers
Author by

sthiers

Updated on June 09, 2022

Comments

  • sthiers
    sthiers about 2 years

    When I launch perfmon and try to add a counter, the displayed performance objects are all numbers. How can I reset these Performance objects?

  • sthiers
    sthiers over 15 years
    I mean the performance objects ("Paging File", "Process", ".NET CLR Data", etc.) are all replaced by numbers in the combo "Performance objects"). Hence I'd like to go back to a more "normal" situation
  • Patrick Cuff
    Patrick Cuff over 15 years
    Glad you found a solution :) Any idea what corrupted the perfmon strings to begin with?
  • JeffH
    JeffH over 15 years
    So you used lodctr /s:PerfStringBackup.INI on the working machine to generate the file?
  • sthiers
    sthiers about 15 years
    JeffH, Actually no (may be I should have?). The file was already present.