AddonGuidItem

Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

AddonGuidItem contains settings for configuring an Internet Explorer® Browser Help Object.

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

AddonGuidItem contains settings for a single Browser Extension.

Child Elements

AddonGuid

Specifies a GUID for a Browser Extension.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | InstalledBrowserExtensions | AddonGuidItem

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.

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

See Also

Concepts

Microsoft-Windows-IE-InternetExplorer