CCleaner deletes MMC detect key

I noticed that after you run CCleaner once it no longer detects Microsoft Management Console (Not until you run some MSC files).

This happens because MS Management Console detect value is the same as the RegKey1 value:

[MS Management Console]
ID=2064
LangSecRef=3025
Detect=HKCU\Software\Microsoft\Microsoft Management Console\Recent File List
Default=True
RegKey1=HKCU\Software\Microsoft\Microsoft Management Console\Recent File List

Correct detect value should be:

[MS Management Console]
ID=2064
LangSecRef=3025
Detect=HKCU\Software\Microsoft\Microsoft Management Console
Default=True
RegKey1=HKCU\Software\Microsoft\Microsoft Management Console\Recent File List

This is a pretty minor bug, but it's a bug none the less.

Thanks, we'll look into this.