InstalledBrowserExtensions contains settings for configuring Internet Explorer® Browser Extensions.

Browser Extensions are add-on modules used to add functionality to Internet Explorer. Examples of Browser Extensions include shortcut menu extensions, toolbars, explorer bars, and Browser Help Objects.

InstalledBrowserExtensions can contain one or more AddonGuidItem settings, each of which represents a single Browser Extension.

For information about creating custom toolbars, see the MSDN topic: Creating Custom Explorer Bars, Tool Bands, and Desk Bands.

Child Elements

AddonGuidItem

Specifies settings for a Browser Extension.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | InstalledBrowserExtensions

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 Browser Extensions.

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

See Also