Sunday, 9 September 2012

How to set a website as your home page in IE

There are lot of ways to set default homepage. To change home page in IE we can do the following procedure

Tools -> Internet Options
From the popup choose General Tab and here you can set it

Now lets learn how to make a default home page in IE. For that we have to make some registry files.  This tutorial also give an awareness to make registry files.

Here I am going to set google as my default home page.

CODE
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"


Copy the whole text to a notepad and give a suitable name. please note that the extension should be
.reg
Then double click and import the library to registry. It will work!!
 

No comments:

Post a Comment