Jump to content

Recommended Posts

Posted

Get the location from this code and delete whatever the one you need to.

Opt ("ExpandEnvStrings", 1)
$reg = RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "Cookies")

MsgBox (0, "", $reg)

Cheers,

Brett

Posted

How to delete IE cookie with Autoit?

Thanks

Are you wanting to delete one specific cookie or all cookies... and why?

[size="1"][font="Arial"].[u].[/u][/font][/size]

Posted (edited)

Thank i can do it.

Are you wanting to delete one specific cookie or all cookies... and why?

Because i want to know what autoit can do to IE. :)

Thanks all.

Edited by taren9k3
Posted

Thank i can do it.

Because i want to know what autoit can do to IE. :)

Thanks all.

AutoIt can remove individual cookies, but cannot directly remove/edit entries in the index file that keeps a record of those cookies and sites visited.

[size="1"][font="Arial"].[u].[/u][/font][/size]

Posted

Hi.

AutoIt can remove individual cookies, but cannot directly remove/edit entries in the index file that keeps a record of those cookies and sites visited.

howto indirectly? :)

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

  • 3 years later...
Posted

With IE7 and 8:

Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2")

If you want them all gone.

I try, but it just aplly when i exit IE and run it again.I configued in IE like that:Tool -> Internet Option -> Browsing History:1. Don't check: "Delete history browsing on exit"2. Setting -> Temporary Internet File -> Check "Automatically"Pls help me write a true code or configue IE to the code can apply IE still running.Thanks you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...