FavTitle
FavTitle
specifies the friendly name of FavoriteItem that appears in the Favorites folder.
Values
Name_of_link |
Specifies the name of your FavoriteItem, based on your license terms, for inclusion within the Favorites folder. You can organize favorite items into folders by preceding the value of
Name_of_link is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavTitle
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output specifies how to configure favorites.
<FavoritesList>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink1.ico</FavIconFile>
<FavID>Favorite1</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>My Favorite</FavTitle>
<FavURL>https://www.fabrikam.com/myfav1</FavURL>
</FavoriteItem>
<FavoriteItem wcm:action="add">
<FavIconFile> C:\Windows\favlink2.ico </FavIconFile>
<FavID>Favorite2</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>Favorite 2</FavTitle>
<FavURL>https://www.fabrikam.com/myfav2</FavURL>
</FavoriteItem>
</FavoritesList>