共用方式為


StartPage

StartPage 會指定索引標籤式流覽起始頁。 如果您設定 StartPages 了 ,且未設定 Home_Page ,則預設 MSN 首頁會顯示為第一個首頁。 如需主要首頁,請參閱 Home_Page 設定。

子元素

設定 描述
StartPageKey 指定起始頁的唯一字串。
StartPageUrl 指定起始頁的 URL。

有效的設定階段

特殊化

父階層

Microsoft-Windows-IE-InternetExplorer | StartPages | StartPage

套用至

如需此元件支援的 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>

StartPages