BrettF Posted May 25, 2009 Posted May 25, 2009 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 Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
herewasplato Posted May 25, 2009 Posted May 25, 2009 How to delete IE cookie with Autoit?ThanksAre you wanting to delete one specific cookie or all cookies... and why? [size="1"][font="Arial"].[u].[/u][/font][/size]
ThuongTin Posted May 25, 2009 Posted May 25, 2009 With IE7 and 8: Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2")
herewasplato Posted May 25, 2009 Posted May 25, 2009 With IE7 and 8:Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2")If you want them all gone. [size="1"][font="Arial"].[u].[/u][/font][/size]
taren9k3 Posted May 25, 2009 Author Posted May 25, 2009 (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 May 25, 2009 by taren9k3
herewasplato Posted May 25, 2009 Posted May 25, 2009 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]
rudi Posted May 25, 2009 Posted May 25, 2009 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!
herewasplato Posted May 25, 2009 Posted May 25, 2009 ... howto indirectly? ...By controlling an app like Index.dat Analyzer. [size="1"][font="Arial"].[u].[/u][/font][/size]
meomeo192 Posted May 31, 2012 Posted May 31, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now