Help - Search - Members
Full Version: IE7 Form & Password data
Piriform Community Forums > Piriform Software > CCleaner Discussion
ch742718
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
d65
QUOTE (ch742718 @ Feb 4 2008, 11:48 AM) *
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.
Disk4mat
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.

CODE
[IE7 Web Forms]
LangSecRef=3022
Detect=HKCU\Software\Microsoft\Internet Explorer
Default=True
ScriptKey1=ClearForms.vbs

Then in the vbs file...
CODE
Set WS = CreateObject("WScript.Shell")

WS.RegDelete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage1\"
Set WS = Nothing
WScript.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

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

Douwe.
Disk4mat
Your welcome! This is a work around, but I still would like to see CC clean Web Form data separately from Password/Logins.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.