Jump to content

how can i clear all IE private data..??


Recommended Posts

is there any kinda COM message or something I can send to a .dll or process to clean IE's private data without having to click all the IE buttons to clear all of it..??

I want to clear all of IE's private data while im running a script that's already manipulating the browser..

can any ting like this be done..??

Link to comment
Share on other sites

Which IE are you using?

On IE7 should be like this:

RunWait(@COMSPEC & " /c RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 ")

I don't think that @comspec is needed.

@OP,

try

Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")
but I'm not sure if it will clear everything while the broswer is open. Maybe it will do what you want. It works for IE8 as well :-)

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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