MSFN Forum: Explorer 9 reset script - MSFN Forum

Jump to content


Windows 7 forum rules

If you have questions about customizing Windows 7 that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows 7, please post them in the Unattended Windows 7/Server 2008 R2 section.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Explorer 9 reset script

#1 User is offline   jinkazama 

  • Member
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 16-November 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 16 October 2012 - 04:42 PM

Is possible reset explorer 9 settings silently via script?
Thank you


#2 User is offline   net_user 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 371
  • Joined: 02-June 05
  • OS:Windows 7 x86
  • Country: Country Flag

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

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}")


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy