StartPageUrl (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the StartPageUrl setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the URL of a start page. It is used in with StartPageKey.

Do not create an empty value for this setting.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Internet Explorer 10

Features/User Applications/Internet Explorer 10/StartPages/StartPage/StartPageUrl

XML Example

The following XML example shows how to configure multiple 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>

See Also

Reference

StartPageKey
Thin Client Template

Concepts

Feature Module Settings