
11-07-2008
|
|
|
|
Re: IE7 won't delete cookies
You can create a shortcut and put it in your Quick Launch area:
Clear History From the Command Line
For IE7 only, XP and Vista
These commands may be executed via the Run box,
a Shortcut, the Command Line or a Batch file.
Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All - "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
ju.c
<screwiticantthinkofone@gmail.com> wrote in message
news:e04dad5e-2723-4c82-8270-69f650dfa386@s9g2000prm.googlegroups.com...
> IE7 will delete everything but the cookies after I click Tools ->
> Delete Browsing History -> Delete all or Tools -> Delete Browsing
> History -> Delete Cookies. I have to open up the temporary Internet
> files folder and manually delete them whenever I want to. How do I fix
> this?
>
|