ItemFavIconFile
ItemFavIconFile
specifies the icon to associate with the FavoriteBarItem in the Favorites bar.
Values
Value | Description |
---|---|
PathAndFileName | Specifies the location and the name of the icon to associate with the FavoriteBarItem on the Favorites bar, for example, C:\Windows\favlink2.ico. PathAndFileName is a string. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-MicrosoftEdgeBrowser | FavoriteBarItems | FavoriteBarItem | ItemFavIconFile
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>