Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The StartPages
setting specifies additional home pages opened when tabbed browsing is enabled.
To set the primary home page, use the Home_Page setting. If you set StartPages, and do not set the Home_Page setting, then the default MSN home page will appear as the first home page.
Child Elements
Setting | Description |
---|---|
StartPage | Specifies a tabbed browsing home page. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | StartPages
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to set a primary home page and two secondary home pages.
<Home_Page>https://www.fabrikam.com</Home_Page>
<StartPages>
<StartPage>
<StartPageKey>StartPage1</StartPageKey>
<StartPageUrl>https://www.fabrikam.com/news</StartPageUrl>
</StartPage>
<StartPage>
<StartPageKey>StartPage2</StartPageKey>
<StartPageUrl>http://www.contoso.com</StartPageUrl>
</StartPage>
</StartPages>