=sinister= Posted November 24, 2005 Posted November 24, 2005 Is there a way I can delete internet history automatically?
Valuater Posted November 24, 2005 Posted November 24, 2005 (edited) like thisRun('control inetcpl.cpl') Exit WinWait('Internet Properties') ControlClick('Internet Properties', '', 'Button6') WinWait('Delete Cookies') ControlClick('Delete Cookies', '', 'Button1') If Not WinWaitActive('Internet Properties') Then WinActivate('Internet Properties') ControlClick('Internet Properties', '', 'Button7') WinWait('Delete Files') ControlClick('Delete Files', '', 'Button2') If Not WinWaitActive('Internet Properties') Then WinActivate('Internet Properties') ControlClick('Internet Properties', '', 'Button10') WinWait('Internet Options') ControlClick('Internet Options', '', 'Button1') WinWait('Internet Properties') ControlClick('Internet Properties', '', 'Button15')BUT>>>You should take a look at my *XPClean Menu*attached below8) Edited November 24, 2005 by Valuater
=sinister= Posted November 24, 2005 Author Posted November 24, 2005 it opens up the dialog box which has the button 'Delete Cookies' but it doesn't automatically click it.... still, thanks for getting me this far.
=sinister= Posted November 24, 2005 Author Posted November 24, 2005 did u make the xpclean menu urself?
Valuater Posted November 24, 2005 Posted November 24, 2005 did u make the xpclean menu urself?yep... sure did8)
=sinister= Posted November 24, 2005 Author Posted November 24, 2005 (edited) good job on it! did u make it with autoit? Note** Lets try to stick on topic** Edited November 24, 2005 by =sinister=
Valuater Posted November 24, 2005 Posted November 24, 2005 (edited) thank you if you click on Valuaters - hobby website below.. you will find the most current au3 file ( and my other programs too) 8) EDIT: Just noticed that even my web site doesnt have all of my stuff.... guess i will have to fix that 6) Edited November 24, 2005 by Valuater
=sinister= Posted November 24, 2005 Author Posted November 24, 2005 I downloaded ur xpcleaner but it says - error reading GUITab.au3 where do i download that?
Valuater Posted November 24, 2005 Posted November 24, 2005 is says that because it was completed in an ealier version of autoit3 i think that is "included" now as Misc.au3 you might need to change that line in the xpclean menu 8) ( sorry i am not sure where they put that )
=sinister= Posted November 24, 2005 Author Posted November 24, 2005 Now it says on line 433 - $supgrade_tray = TrayCreateItem ("Check New Reeases") that is an unknown function name...
Valuater Posted November 24, 2005 Posted November 24, 2005 i do know that the tray functions were changed... you might have to look in the help file for that one... i know there is another issue about "tray flash" there should only be a couple of things for you to fix BUT you wont have the pics and stuff in the au3 file good luck.. 8)
Walkabout Posted November 24, 2005 Posted November 24, 2005 Is there a way I can delete internet history automatically?Check out Milly's WincleanI know it's not an AutoIt3 solution, but it's one that I know has had some people who are pretty serious about privacy look at.I've contemplated trying to AutoIt-it. Might be a project for later.Walkabout. My Stuff:AutoIt for the MassesWait until Oracle Apps is readySend email natively from Autoit3
LxP Posted November 24, 2005 Posted November 24, 2005 Now it says on line 433 -$supgrade_tray = TrayCreateItem ("Check New Reeases")that is an unknown function name...You need the beta for that.
Valuater Posted November 24, 2005 Posted November 24, 2005 Check out Milly's WincleanI know it's not an AutoIt3 solution, but it's one that I know has had some people who are pretty serious about privacy look at.I've contemplated trying to AutoIt-it. Might be a project for later.Walkabout.i dont think that is even close to my programmine is a clean-up, tune-up and optimizer...you need to try the exe.. really8)
=sinister= Posted December 13, 2005 Author Posted December 13, 2005 Can we get back on subject plz? I thought I should delete the file- C:\Documents and Settings\Anne Buffington\Local Settings\History\History.IE5\desktop.ini just like CrapCleaner did but it's not working...
=sinister= Posted December 14, 2005 Author Posted December 14, 2005 anybody? Really would apreciate some help.
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