Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Accelerators
contains the settings for Internet Explorer Accelerators.
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.
To add an Accelerator in Windows System Image Manager (Windows SIM), add the Accelerators component to your answer file. Next, right-click Accelerators, and select Insert New Accelerator.
For more information about setting up accelerators, see the MSDN Topic, OpenService Accelerators Developer Guide.
Child Elements
Setting | Description |
---|---|
Accelerator | Contains the settings used to specify a shortcut to an Accelerator in the Accelerators menu. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | Accelerators
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>http://www.contoso.com/accelerators/Accelerator1.xml</AcceleratorXML>
<ItemKey>Accelerator1</ItemKey>
<IsDefault>true</IsDefault>
</Accelerator>
<Accelerator wcm:action="add">
<AcceleratorXML>http://www.contoso.com/accelerators/Accelerator2.xml</AcceleratorXML>
<ItemKey>Accelerator2</ItemKey>
</Accelerator>
</Accelerators>