StartPageUrl
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
StartPageUrl
specifies the URL of 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
URL |
Specifies the URL of a start page. URL is a string. |
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 | StartPageUrl
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.
<StartPages>
<StartPage>
<StartPageKey>StartPage1</StartPageKey>
<StartPageUrl>http://www.fabrikam.com</StartPageUrl>
</StartPage>
<StartPage>
<StartPageKey>StartPage2</StartPageKey>
<StartPageUrl>https://www.contoso.com</StartPageUrl>
</StartPage>
</StartPages>