ItemUrl (microsoft-windows-microsoftedgebrowser-favoritebaritems-favoritebaritem-itemurl)

ItemURL specifies a Uniform Resource Locator (URL) to associate with a FavoriteBarItem.

Values

Value Description
Url Specifies the fully qualified path that begins with an http:// or https:// prefix to the URL of each FavoriteBarItem. Url is a string.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-MicrosoftEdgeBrowser | FavoriteBarItems | FavoriteBarItem | ItemUrl

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>

FavoriteBarItem