Vista IE7 problem

  • Thread starter Thread starter bigjohn
  • Start date Start date
B

bigjohn

Hello,

I just re-install Vista-64.

Now, everytime I start IE7, it redirect to this link:
http://runonce.msn.com/runonce2.aspx

And it shows the following message:

Server Error in '/' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.

Requested URL: /runonce2.aspx




How do I solve this problem?

Thanks!
 
bigjohn said:
Hello,

I just re-install Vista-64.

Now, everytime I start IE7, it redirect to this link:
http://runonce.msn.com/runonce2.aspx

And it shows the following message:

Server Error in '/' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested URL: /runonce2.aspx




How do I solve this problem?

Thanks!

Tools | Internet Options | Security
Make sure scripting is not disabled.

If that doesn't fix it, save the part between the lines below and paste into
Notepad. Save as Runonce.reg

---------------------Runonce.reg--------------------
Windows Registry Editor Version 5.00

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

-----------------------------------------------------

Right click Runonce.reg and choose Merge.

To change all Windows users at once use

---------------------Runonce2.reg--------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
 
Thanks Frank. It works.
You are amazing!

Frank Saunders MS-MVP IE said:
bigjohn said:
Hello,

I just re-install Vista-64.

Now, everytime I start IE7, it redirect to this link:
http://runonce.msn.com/runonce2.aspx

And it shows the following message:

Server Error in '/' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested URL: /runonce2.aspx




How do I solve this problem?

Thanks!

Tools | Internet Options | Security
Make sure scripting is not disabled.

If that doesn't fix it, save the part between the lines below and paste
into Notepad. Save as Runonce.reg

---------------------Runonce.reg--------------------
Windows Registry Editor Version 5.00

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

-----------------------------------------------------

Right click Runonce.reg and choose Merge.

To change all Windows users at once use

---------------------Runonce2.reg--------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
 
Back
Top