Jump to content

Explorer 9 reset script


jinkazama

Recommended Posts


i have a script i use, the scripting language is autoit, (google it)

anyway...here is my code

ShellExecute("C:\Windows\System32\inetcpl.cpl")
sleep(1000)

Send("{ALTDOWN}d{ALTUP}")
sleep(2000)

;sets the preserve favorites website data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:1]", "check")

;sets the temporary internet files
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:2]", "check")

;sets the cookies
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:3]", "check")

;sets the history
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:4]", "check")

;sets the download history
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:5]", "check")

;sets the form data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:6]", "check")

;sets the passwords
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:7]", "check")

;;sets the activeX filtering and tracking protection data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:8]", "check")

sleep(2000)

Send("{ALTDOWN}d{ALTUP}{ESC}")
Send("{ESC}")

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
  • Recently Browsing   0 members

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