How to reset Performance objects in perfmon?

前端 未结 2 1744
深忆病人
深忆病人 2021-01-18 14:49

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

2条回答
  •  天命终不由人
    2021-01-18 14:57

    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

提交回复
热议问题