Shoutbox

How do I do this In IE6 - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: How do I do this In IE6 (/showthread.php?tid=87315)

How do I do this In IE6 by prashker on 11-17-2008 at 02:02 PM

The following is for IE7

quote:
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

Delete IE7 Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

Delete IE7 Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

Delete IE7 History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

Delete IE7 Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

Delete IE7 Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

What are the actual folders, I guess I can just make a bat to delete and recreate the folders?
RE: How do I do this In IE6 by TheSteve on 11-17-2008 at 03:06 PM

%userprofile%\Local Settings\Application Data\Temporary Internet Files\Content.IE5
%userprofile%\Local Settings\Application Data\History
%userprofile%\Cookies

Be aware that index.dat can not be deleted by a normal program (because the file is always in use). You will need a third party program to delete it.

Edit: Perhaps use can use cccleaner to do it with the /AUTO command switch.


RE: How do I do this In IE6 by prashker on 11-17-2008 at 04:51 PM

quote:
Originally posted by TheSteve
Edit: Perhaps use can use cccleaner to do it with the /AUTO command switch.
I read about that, but doesn't /AUTO get rid of everything (in this case I don't want to get rid of FireFox)
RE: How do I do this In IE6 by TheSteve on 11-18-2008 at 01:16 AM

I would think that it would get rid of everything previously checked. If that's the case, you can temporarily add a winapp2.ini to the ccleaner folder following the same format as winapp.ini, and that should only clean what you temporarily want cleaned.


RE: How do I do this In IE6 by prashker on 11-18-2008 at 01:37 PM

So my FireFox is not in it's official place, so CCleaner does not know it exists :p...added CCleaner.exe /AUTO into my .bat and it worked great :).

Thanks TheSteve (l)