Jump to content

how to disable the annoying "http://runonce.msn.com/runonce2.aspx


Recommended Posts

Posted

I had to create both the RunOnceHasShown & the RunOnceComplete Dword values (set to 1) and this annoying problem was solved. Thanks everyone!

  • 5 weeks later...

Posted

thank you !

but , before setting

RunOnceHasShown & the RunOnceComplete Dword values to 1

i need 2 more tweaks :

1. keep the default searching provider

2. check the antiphishing box

where are theese keys in registry ?

  • 3 weeks later...
Posted

hi,

i would like to post a same situation although there are plenty of ways to solve in your posts but i tried some of it but still have not fix yet.

just wanted to ask clearly my problem.

problem:

1. my home page always starts with this url

http://runonce.msn.com/runonce2.aspx

2. when i open a new tab and already set it opening a home page, the "welcome to tabbed browsing still always open even thou i check the "dont show this page again"

tried to disable the protection homepage from norton

3. i tried to change a new default search provider but everytime i click a new search provider it does not respond

i thought the norton is responsible for this problem

hope i can find answer in this topic, tnx

im using windows xp home sp2, 60 gb, 1.7 ghz, 448mb, toshiba satellite laptop, norton protection 2006 with internet security

  • 2 months later...
Posted
I installed last nights release today. Had a problem loading the RUNONCE page. After hanging for 5 minutes or more, the page finally loaded. I recorded two registry keys that was created. I closed IE7 and reopened and the RUNONCE page did not attempt to load. I removed the registry keys and the RUNONCE page attempted to load.

I did a Google search and could not find this resolution anywhere, hope this helps somebody.

To prevent RunOnce from loading.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"RunOnceComplete"=dword:00000001

"RunOnceHasShown"=dword:00000001

Also posted in my Tips and Tricks

Source: http://it.megocollector.com/detail.asp?iFa...0&iType=25

Thanx, this is the right solution!

Posted

I had the same problem and it turned out that it kept going to the runonce page because the security settings were way too tight. Usually I set admin accounts Internet zone to "High".

  • 1 month later...
Posted

My problem is the run once page always comes up.I check the boxes for my settings and hit apply settings..and it say's "Applying Settings" and just sit's there and never finishes.

Posted

To prevent RunOnce from loading.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"RunOnceComplete"=dword:00000001

"RunOnceHasShown"=dword:00000001

Also posted in my Tips and Tricks

I just become a member here....I just wanted to say thank you thank you!

the above instructions "fixed" my problem

~yorky~

I would like to confirm this, RunOnce* is NOT a value under HKLM - it only exisits under HKCU. My system doesn't have a problem, but for those who do:

Windows Registry Editor Version 5.00

[HKCU\Software\Microsoft\Internet Explorer\Main]
"RunOnceComplete"=dword:00000001
"RunOnceHasShown"=dword:0000000

Save as IE7FIX.REG and run it.

For those who manually open Regedit and are not familiar with it - KEYS are FOLDERS, and the things inside the Keys are the VALUES (whereas normally files are inside values). Each value contains DATA. For instance:

"HKCU\Software\Microsoft\Internet Explorer\Main" is a KEY.

"RunOnceComplete" is a VALUE.

"dword:00000001" is DATA.

You could also do this with a batch (.CMD or .BAT) file:

REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceComplete" /T REG_DWORD /D 1 /F

REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceHasShown" /T REG_DWORD /D 1 /F

Thank YOu Very much This was the easiest solution for us that do not know a lot about registry thank you!!!!!!!

I did this and it worked!!! Thank You Thank You Thank You!!!!!!!!

  • 4 weeks later...
Posted
I installed last nights release today. Had a problem loading the RUNONCE page. After hanging for 5 minutes or more, the page finally loaded. I recorded two registry keys that was created. I closed IE7 and reopened and the RUNONCE page did not attempt to load. I removed the registry keys and the RUNONCE page attempted to load.

I did a Google search and could not find this resolution anywhere, hope this helps somebody.

To prevent RunOnce from loading.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"RunOnceComplete"=dword:00000001

"RunOnceHasShown"=dword:00000001

Also posted in my Tips and Tricks

Source: http://it.megocollector.com/detail.asp?iFa...0&iType=25

This worked for me. I have a brand new HP laptop with vista and it keeps coming up to the runonce screen, with an HTTP Error timed out or something like that.

Adding the two DWORDS above fixed my problem.

Thanks,

Phil

Posted

Play around in my Registry? Sorry guys, that, in my view is that this a Geeks solution.

The runonce problem came up yesterday when I "upgraded" my wife's PC to IE7. It was quickly fixed by going back to the previous day's System Restore point, i.e back to IE6. QED!!

However, there is an even better solution, which is to dump Internet Explorer and to use the much more reliable Firefox browser - this is installed on my other PC's and there is no way I am going to use IE unless some application demands it.

Posted

I want to thank everyone for their kind responses regarding the solution to resolve the RunOnce problem.

I have revamped my website, the old link is no longer valid so please update your bookmarks.

The new link is: http://it.megocollector.com/?p=56

An excerpt of what can be done using a batch file:

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

Or AutoIt script:

RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "RunOnceComplete", "REG_DWORD", "00000001")
RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "RunOnceHasShown", "REG_DWORD", "00000001")

Not only is the solution available for those who would prefer to use regedit. I have compiled a couple of executables that will also resolve the RunOnce problem. These executables come in both silent and with an interface. Something for everyone.

Thank you again,

Canon

Posted

I mentioned this earlier in the thread, but without having to play with the registry, you can easily disable the annoying "http://runonce.msn.com/runonce2.aspx" using the Group Policy editor. (only works with XP pro, though)

1. Go to "Start --> Run..."

2. gpedit.msc

3. Go to "User Configuration --> Admin Templates --> Windows Components --> Internet Explorer"

4. Change "Prevent performance of First Run Customize settings" to "Enabled" and select the action you wish to take instead.

(many other tweaks here too).

I find this to be a very easy way to do it, especially when deployed accross a domain.

disclaimer: gpedit, like regedit, does allow you to potentially make changes that could turn your PC into a brick. Use caution (or at least some common sense).

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...