Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
AddonGuidItem
contains settings for configuring an Internet Explorer toolbar.
Toolbars are plug-in modules used to add functionality to Internet Explorer.
AddonGuidItem
contains settings for a single toolbar.
Child Elements
Setting | Description |
---|---|
AddonGuid | Specifies a GUID for a toolbar. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | InstalledToolbarsList | AddonGuidItem
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 shows how to set two Internet Explorer toolbars.
<InstalledBrowserExtensions>
<AddonGuidItem>
<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
</AddonGuidItem>
<AddonGuidItem>
<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
</AddonGuidItem>
</InstalledBrowserExtensions>