StartPageUrl

StartPageUrl 指定起始页的 URL。 如果设置 StartPages,且未设置 Home_Page,则默认的 MSN 主页将显示为第一个主页。 对于首要主页,请参阅 Home_Page 设置。

URL

指定起始页的 URL。 URL 是一个字符串。

该字符串类型不支持空元素。 请勿为该设置创建空值。

父层次结构

Microsoft-Windows-IE-InternetExplorer | StartPages | StartPage | StartPageUrl

有效配置阶段

specialize

应用于

有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-IE-InternetExplorer

XML 示例

以下 XML 输出演示了如何设置辅助起始页。

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

StartPage