FavoriteBarItem (microsoft-windows-ie-internetexplorer-favoritebaritems-favoritebaritem)

FavoriteBarItem contains the settings used to add predefined Favorite items to the Favorite bar.

A Favorite can include web content such as links, feeds, web slices, or documents, such as Microsoft Word, Microsoft Excel and Microsoft PowerPoint documents.

To add a predefined Favorite bar item in Windows System Image Manager, add the FavoriteBarItems component to your answer file. Next, right-click FavoriteBarItems, and select Insert New FavoriteBarItem.

Child Elements

Setting Description
ItemKey Specifies a unique key for the Favorite bar item.
ItemName Specifies the name that appears in the Favorite bar.
ItemType Specifies the type of Favorite.
ItemUrl Specifies the path to the Favorite.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | FavoriteBarItems| FavoriteBarItem

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML example shows three Favorite bar items.

<FavoriteBarItems>
  <FavoriteBarItem>
    <ItemKey>1</ItemKey>
    <ItemName>Name1</ItemName>
    <ItemUrl>https://www.fabrikam.com/stockwatch#stockprice</ItemUrl>
    <ItemType>Webslice</ItemType>
  </FavoriteBarItem>
  <FavoriteBarItem>
    <ItemKey>2</ItemKey>
    <ItemName>Name2</ItemName>
    <ItemUrl>https://www.msn.com/rss/ie8_slideshow.aspx</ItemUrl>
    <ItemType>Webslice</ItemType>
  </FavoriteBarItem>
  <FavoriteBarItem>
    <ItemKey>3</ItemKey>
    <ItemName>Name3</ItemName>
    <ItemUrl>https://www.fabrikam.com/xml/HomePage.xml</ItemUrl>
    <ItemType>Headline</ItemType>
  </FavoriteBarItem>
</FavoriteBarItems>

Microsoft-Windows-IE-InternetExplorer