AddonGuid (microsoft-windows-ie-internetexplorer-preapprovedaddons-addonguiditem-addonguid)
AddonGuid
specifies a GUID for an Internet Explorer add-on module.
These add-ons are plug-in modules used to add functionality to Internet Explorer.
Values
{ |
Specifies a GUID for an add-on module.
|
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | PreApprovedAddons | AddonGuidItem | AddonGuid
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 specify GUIDs for two Internet Explorer add-on modules.
<PreapprovedAddons>
<AddonGuidItem>
<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
</AddonGuidItem>
<AddonGuidItem>
<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
</AddonGuidItem>
</PreapprovedAddons>