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

AcceleratorXML

Specifies the URL of an Accelerator XML file.

ItemKey

Specifies a unique key for the Accelerator.

IsDefault

Specifies whether the Accelerator is the default Accelerator.

Valid Configuration Passes

specialize

Parent Hierarchy

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.

  Copy Code
<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>

See Also

Concepts

Accelerators