IE7 Form & Password data

Is it possible to configure CCleaner to delete IE7 form data (e.g. Google searches), but not stored user names/passwords (as is possible in IE7 itself)?

If so, how? If not, can I suggest this as an enhancement

Is it possible to configure CCleaner to delete IE7 form data (e.g. Google searches), but not stored user names/passwords (as is possible in IE7 itself)?

If so, how? If not, can I suggest this as an enhancement

I'm also interested in the answer to this question. Is it possible to keep password data and delete the other form history. In IE you can.

Kindely regards,

Douwe.

Both passwords and web form data is saved in the registry (binary value) under these keys..

Web forms

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage1

Logins\Passwords

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2

The problem is, if you check "Auto complete from history" it removes passwords and web forms. So I tried adding a custom entry into WinApp2.ini. Sadly though CC displays the item but dosent delete the key. Not sure if this is a bug really.

I did figure out a fix though. Have CC run a script to delete the registry key for 'forms' while leaving passwords intact.

[iE7 Web Forms]LangSecRef=3022Detect=HKCU\Software\Microsoft\Internet ExplorerDefault=TrueScriptKey1=ClearForms.vbs

Then in the vbs file...

Set WS = CreateObject("WScript.Shell")WS.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage1\"Set WS = NothingWScript.Quit

I tested the above and it works. I attached the vbs file in a zip in case anyone wants it. The vbs file has to be located in the same folder as CCleaner.exe

A big THANK YOU to Disk4mat. I followed your directions and it seems to work. Thanks again!

Douwe.

Your welcome! This is a work around, but I still would like to see CC clean Web Form data separately from Password/Logins.