
IE7: How to stop http://runonce.msn.com/runonce3.aspx from loading every time IE7 is started
Posted on September 1st, 2008
By default, on first launch of IE7 a runonce page is displayed.
Two registry values can be added to prevent http://runonce.msn.com/runonce3.aspx running for every user in a Citrix session.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“RunOnceComplete”=dword:00000001
“RunOnceHasShown”=dword:00000001
These can be added by a logon scipt.
Tags: IE7, runonce
Filed under Applications, Scripts/Reg |
2 Responses to “
IE7: How to stop http://runonce.msn.com/runonce3.aspx from loading every time IE7 is started”
-
Thiago Says:
January 5th, 2009 at 4:16 pmThanks!!! it worked perfectly
-
raju Says:
August 27th, 2009 at 4:40 am
