The product in question was something like "Teach Yourself XP" published by Microsoft Press.
I was given a thick book with a tutorial CD when I was "upgraded" from Win 98 to XP.
How was I to know that it would dump all its code into my private profile, but not restrict its keys to my HKCU ?
(not that I knew what an HKCU was at that time)
Sorry, my headline was more for impact than accuracy ! !
I actually control the cleansing on my system by unzipping the portable version to a folder accessible to all.
I ran CCleaner and configured it with most things enabled - but not too exciting.
I closed CCleaner and copied Ccleaner.ini as ALAN.INI
I ran CCleaner with most things disabled.
I closed CCleaner and copied Ccleaner.ini as DEFAULT.INI
I have a CLEAN.CMD script that accepts arguments %1 %2 %3
If %1==ALAN then the script copies ALAN.INI as Ccleaner.ini,
otherwise it copies DEFAULT.INI as Ccleaner.ini,
and then it launches "Ccleaner %2 %3"
An All User desktop Shortcut called SHUTDOWN launches "CLEAN.CMD - /AUTO /SHUTDOWN"
This uses the very safe DEFAULT.INI and runs "Ccleaner /AUTO /SHUTDOWN".
We both use this at the end of the day so our private profile junk is not eating up disk space the other user might need.
Another shortcut launches "CLEAN.CMD %USERNAME%"
So long as I have logged in then I have the benefit of ALAN.INI, with strong cleansing available;
but always analysed and scrutinized before cleansing - never with /AUTO etc.
Alan