How to stop http://runonce.msn.com/runonce2.aspx from loading every time IE7 is started

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!


Every time when you launch IE7 the Internet Explorer customization screen, http://runonce.msn.com/runonce2.aspx, has been displayed instead of the home page this will happen after you upgrade you IE or IE7 installation.


Solution 1

you need to open notepad and add the following lines and save as IE7FIX.reg

Windows Registry Editor Version 5.00

[HKCU\Software\Microsoft\Internet Explorer\Main]
“RunOnceComplete”=dword:00000001
“RunOnceHasShown”=dword:00000001

Now you need to right click on IE7FIX.reg file click on Merge when you get confirmation dialogbox click ok

Solution 2

Create a BAT/CMD file with Notepad with the following contents and save as RunOnceDone.cmd. Double click on RunOnceDone.cmd

REG ADD HKCU”\Software\Microsoft\Internet Explorer\Main” /v RunOnceComplete /t REG_DWORD /d 00000001 /f

REG ADD HKCU”\Software\Microsoft\Internet Explorer\Main” /v RunOnceHasShown /t REG_DWORD /d 00000001 /f

Solution 3

Download and install this simple tool and follow the on screen instructions

Related Articles


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

No comments yet.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

(required)

(required)