JaiZBlog

"If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." ...GBS

Subscribe
468x60-2-495
11 December 2007

Fix set Home page failure in IE7 or Vista

Posted by Jaisal Abdurrahman

While setting a single home page (other than MS) in Internet Options, it fails.each
time IE starts up, it goes to http://go.microsoft.com/fwlink/?LinkId=74005
rather than the home page which is set manually. Once IE is up,it will work by clicking home icon.

To solve this issue, 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

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

2 comments:

Unknown said...

can u help me to install winxp with " drivers for SATA hard d...
"

Thank and regards
Faisal km
kmfaisalmarva@yahoo.com

Jaisal Abdurrahman said...

@Faisal
Look at http://www.jaizal.com/2008/02/downgrade-vista-to-xp-on-sata-ahci.html

Post a Comment