Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
  1. Run "cmd" as Administrator
    You need to be Administrator to run subsequent commands. Note that simply logging in using an account with Administrator purposes may not be enough. To make sure you are running with the correct permissions, type "cmd" into the search box on the Windows Start button. Right-click "cmd.exe" in the search results and select "Run as Administrator"
  2. In the command window type:
cd C:\Windows\System32
LodCtr.exe /S:Backup_Original.INI
LodCtr.exe /R
LodCtr.exe /R

The first LodCtr command performs a backup.

The second LodCtr command rebuilds the relevant part of the registry. This should run this twice.

If the above steps don't work and you get "Error: Unable to rebuild performance counter setting from system backup store", then try:

cd C:\Windows\System32
LodCtr.exe /S:Backup_Original.INI
cd C:\Windows\SysWOW64
LodCtr.exe /R

You should now find that the CAT runs correctly. If not, re-boot the PC and try it again.

...