InstalledToolbarsList contains settings for configuring Internet Explorer® toolbars.

Toolbars are plug-in modules used to add functionality to Internet Explorer.

InstalledToolbarsList can contain one or more AddonGuidItem settings each of which represents a single toolbar.

Child Elements

AddonGuidItem

Specifies settings for a toolbar.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | InstalledToolbarsList

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output shows how to set two Internet Explorer toolbars.

  Copy Code
<InstalledToolbarsList>
  <AddonGuidItem>
	<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
  </AddonGuidItem>
  <AddonGuidItem>
	<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
  </AddonGuidItem>
</InstalledToolbarsList>

See Also