Is possible reset explorer 9 settings silently via script?
Thank you
Page 1 of 1
Explorer 9 reset script
#2
Posted 24 October 2012 - 02:14 PM
i have a script i use, the scripting language is autoit, (google it)
anyway...here is my code
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}")
- ← Prevent using from changing DNS settings
- Windows 7
- Inf or reg file to setup a freshly installed win7 →
Share this topic:
Page 1 of 1



Help
Back to top









