Accelerator
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
Accelerator
contains the settings that add a predefined Accelerator.
Note
This element does not appear in the Properties pane of Windows® System Image Manager (Windows SIM) until you add this element to the answer file.
Accelerators are menu options in Internet Explorer® that help automate common browser-related tasks. In Internet Explorer, when you right-click selected text, Accelerators appear in the list of available options. For example, if you select an address, you can use an Accelerator to show a map of that address.
Child Elements
Specifies the URL of an Accelerator XML file. |
|
Specifies a unique key for the Accelerator. |
|
Specifies whether the Accelerator is the default Accelerator. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | Accelerators| Accelerator
Applies To
For a list of Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output specifies adding two Accelerators.
<Accelerators>
<Accelerator wcm:action="add">
<AcceleratorXML>C:\Fabrikam\Accelerator1.xml</AcceleratorXML>
<ItemKey>Accelerator1</ItemKey>
<IsDefault>true</IsDefault>
</Accelerator>
<Accelerator wcm:action="add">
<AcceleratorXML>C:\Fabrikam\Accelerator2.xml</AcceleratorXML>
<ItemKey>Accelerator2</ItemKey>
</Accelerator>
</Accelerators>