Is there any way to exclued one string value from being cleaned? I know we can include all by using *.* or other means, but I want to exclude a value.
By way of example, in Office XP, Access keeps its Default Data Directory at
HKCU\Software\Microsoft\Office\10.0\Access\Settings in a String Value called "Default Data Directory."
Currently, the winapps.ini for CCleaner shows:
RegKey9=HKCU\Software\Microsoft\Office\10.0\Access\Settings
which means everything in the Settings folder will be cleaned.
Are there any commands that I can use to build a new RegKey that will exclude the String Value for the Default Data Directory; something that would logically say "not" Default Data Directory or "all but" Default Data Directory?
Incidentially, to keep this from happening, I currently have a semi-colon in front of the entire RegKey9 in the winapps.ini file but that basically is preventing CCleaner from cleaning everything in the Settings folder.
My "exclued" request may have other applications for other programs.
Any thoughts?