script to run the Reset Internet Explorer settings on windows 7
Is there a way to run the Reset Internet Explorer Settings via a script or a GPO? I need to run this on a bunch of machines on my network and I wanted to do it automatically not send directions to 1,000 users. The Fixit file I was pointed to in another forum does not work for windows 7 
October 11th, 2010 11:28am

Look at the Windows 7 Troubleshooting Pack scripts.  Example:

http://msmvps.com/blogs/richardsiddaway/archive/2009/03/06/windows-7-troubleshooting-pack.aspx

Free Windows Admin Tool Kit Click here and download it now
October 20th, 2010 7:55pm

Just save as a .vbs and run from an admin cmd prompt

'IE 7/8 Reset Automation

Set objAP = CreateObject("wscript.shell")

  objAP.Run "rundll32.exe inetcpl.cpl ResetIEtoDefaults"

  wscript.sleep 1000

  objAP.AppActivate "Reset Internet Explorer Settings"

  objAP.SendKeys "%r", True

  wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"

  wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"

  wscript.sleep 2000

If objAP.AppActivate("Reset Internet Explorer Settings") Then objAP.SendKeys "%c"

If this works for you, please be sure to vote. Thanks

October 9th, 2013 4:00pm

It did not select "Delete Personal Settings". Is there any way to mark it to make this script as complete a
Free Windows Admin Tool Kit Click here and download it now
April 13th, 2015 3:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics