StartPageKey
StartPageKey
specifies a unique string for a start page.
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
Microsoft-Windows-IE-InternetExplorer | StartPages | StartPage | StartPageKey
Valid Passes
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
This setting is available to OEMs and system builders.
XML Example
The following XML output shows how to set secondary start pages.
<StartPages>
<StartPage>
<StartPageKey>StartPage1</StartPageKey>
<StartPageUrl>http://www.fabrikam.com</StartPageUrl>
</StartPage>
<StartPage>
<StartPageKey>StartPage2</StartPageKey>
<StartPageUrl>https://www.contoso.com</StartPageUrl>
</StartPage>
</StartPages>