EnableLinksBar specifies whether the Internet Explorer Favorites bar appears. (This bar was previously called the Links bar.)

Note
This setting has been deprecated in Windows® 8. The information about this deprecated setting is provided for reference only. Users can still make this menu appear in Internet Explorer for the desktop.

The Favorites bar provides a place to add links to favorite webpages. The Favorites bar supports all Internet Explorer content types (for example, favorites, feeds, and monitored links). If the EnableLinksBar value is set to false, the end user can still activate the Favorites bar manually.

If the Favorites bar is hidden, the end user can still make it appear.

Values

true

Specifies that the Internet Explorer Favorites bar appears.

false

Specifies that the Internet Explorer Favorites bar does not appear.

This is the default value.

Valid Configuration Passes

specialize

Parent Hierarchy

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 output shows how to hide the Favorites bar.

  Copy Code
<EnableLinksBar>false</EnableLinksBar>

See Also