StartPageKey specifies a unique string for a start page. If you set StartPages, and do not set Home_Page, then the default MSN home page will appear as the first home page. For the primary home page, see the Home_Page setting.

Values

Key

Specifies a unique string for a start page.

This string type does not support empty elements. Do not create an empty value for this setting.

Parent Hierarchy

Valid Passes

specialize

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 secondary start pages.

  Copy Code
<StartPages>
   <StartPage>
	<StartPageKey>StartPage1</StartPageKey>
	<StartPageUrl>http://www.fabrikam.com</StartPageUrl>
   </StartPage>
   <StartPage>
	<StartPageKey>StartPage2</StartPageKey>
	<StartPageUrl>http://www.contoso.com</StartPageUrl>
   </StartPage>
</StartPages>

See Also

Concepts

StartPage