1

PerfMonCounterNotCorruptedCheck

Checks if existing performance counter registry hive is consistent.

Failed The performance counter registry hive is corrupted. To continue, you must repair the performance counter registry hive. For more information, see http://support.microsoft.com/kb/300956.

The link totally doesn't help. Googled several solutions, but none of them work. Any idea?? Thanks!

Ben Pilbrow
  • 12,041
  • 5
  • 36
  • 57
Henry
  • 262
  • 1
  • 2
  • 11
  • Apparently you can invoke setup with an argument to prevent this check. I'm not necessarily saying you should, but it's `setup.exe /SKIPRULES=PerfMonCounterNotCorruptedCheck`, if you want it. – Evan Anderson Aug 06 '10 at 07:45
  • I tried with the downloaded SQLEXPRWT_x86_ENU.exe /SKIPRULES=PerfMonCounterNotCorruptedCheck , doesn't work. :( – Henry Aug 06 '10 at 08:07
  • oh got it: Downloads\SQLEXPRWT_x86_ENU>setup.exe /ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck works! please answer me below and i can mark you correct – Henry Aug 06 '10 at 08:12
  • OMFG what a horrible experience. How can MS let this pass QA? Damn it. – Henry Aug 06 '10 at 08:19

1 Answers1

1

try

setup.exe /ACTION=install /SKIPRULES=PerfMonCounterNotCorruptedCheck

to bypass that check

Aaron
  • 2,968
  • 1
  • 23
  • 36