Jump to content

how to set homepage with my webaddress?


Recommended Posts

Posted (edited)

my english is very bad!so,i am sorry to this!

i'm the first to use nLite! i want to know how to set homepage with my webaddress of the last step configration!

there is three selection :about:blank;www.google.com;www.nliteos.com.

how to modifier or add another!!

Edited by handishen

Posted (edited)

handishen, I do not think you can set a specific site using nLite or set a second homepage. After you run nLite (select Google as homepage) you can edit HIVEDEF.INF (probably in your i386 folder, use notepad) and look for this key:

HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","Start Page",0x00000000,"http://www.google.com/"

Change the URL to one you like. I do not know how to set the key for the second one but you can try this:

HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","Secondary Start Pages",0x00000000,"http://www.second.com/"

Please let us know what you learn. Enjoy, John.

EDIT: handishen, I have done some testing and this does not work correctly. If you want to experiment, please note that I have added an s to Secondary Start Page. I will repost when I have more information. Enjoy, John.

Edited by johnhc
Posted

handishen, sorry, but this is not the way to accomplish this. I have found at least one other place (NLITE.IN_) where the Start Page is set. I think the way to do it is with a register tweak run from the RunOnce exit. Enjoy, John.

Posted

handishen, here are the commands to specify the start page and as many as you want. Just change the names of the web sites to what you like. The ~ is used to separate the multiple URLs in the Secondary Start Pages. If you have only one Secondary page drop the ~, but not the /f. You can run it directly from the RunOnce (Unattended) tab of nLite on put the commands into a batch (.bat) file and run the file from RunOnce. I have tried this directly, but not during an install. Please give it a try and let us know what you learn. Enjoy, John.

REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /d http://www.google.com /f
REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Secondary Start Pages" /s ~ /t REG_MULTI_SZ /d http://Mail.yahoo.com~http://my.yahoo.com /f

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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