cypher175 Posted November 8, 2009 Share Posted November 8, 2009 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 More sharing options...
cypher175 Posted November 9, 2009 Author Share Posted November 9, 2009 anybody know anything about this at all..?? Link to comment Share on other sites More sharing options...
Juvigy Posted November 9, 2009 Share Posted November 9, 2009 Which IE are you using? On IE7 should be like this: RunWait(@COMSPEC & " /c RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 ") Link to comment Share on other sites More sharing options...
herewasplato Posted November 9, 2009 Share Posted November 9, 2009 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, tryRun("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 More sharing options...
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