ItemName (microsoft-windows-microsoftedgebrowser-favoritebaritems-favoritebaritem-itemname)
ItemName
Specifies a name for the FavoriteBarItem that appears in the Favorite bar. (Example: Bing News).
Values
Value | Description |
---|---|
ItemName | Specifies the name of your FavoriteBarItem, based on your license terms, in the Favorites folder. ItemName must appear only once for each FavoriteItem . |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-MicrosoftEdgeBrowser | FavoriteBarItems | FavoriteBarItem | ItemName
Applies To
To determine whether a component applies to the image you’re building, load your image into Windows SIM and search for the component or setting name. For information on how to view components and settings, see Configure Components and Settings in an Answer File.
XML Example
<FavoriteBarItems>
<FavoriteBarItem wcm:action="add">
<ItemFavIconFile>C:\Windows\favlink1.ico</ItemFavIconFile>
<ItemKey>Favorite1</ItemKey>
<ItemName>Bing News</ItemName>
<ItemUrl>https://bing.com/news</ItemUrl>
</FavoriteBarItem>
<FavoriteBarItem wcm:action="add">
<ItemFavIconFile>C:\Windows\favlink2.ico</ItemFavIconFile>
<ItemKey>Favorite2</ItemKey>
<ItemName>Bing Maps</ItemName>
<ItemUrl>https://www.bing.com/maps</ItemUrl>
</FavoriteBarItem>
</FavoriteBarItems>