AcceleratorXML specifies the Uniform Resource Locator (URL) for an Internet Explorer® Accelerator.

Accelerators are menu options in Internet Explorer that help to 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.

To configure an accelerator, add an AcceleratorXML file to the local computer, and then reference it by using this setting. For more information about configuring accelerators, see this MSDN website.

Values

Path

Specifies a file location of an Accelerator XML file. Path is a string.

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

Accelerator