加速键

Accelerators 包含 Internet Explorer 加速器的设置。

加速器是 Internet Explorer 中的菜单选项,有助于自动执行常见的与浏览器相关的任务。 在 Internet Explorer 中,右键单击所选文本时,“加速器”出现在可用选项列表中。 例如,如果选择一个地址,可使用加速器显示该地址的地图。

若要在 Windows 系统映像管理器 (Windows SIM) 中添加加速器,请将加速器组件添加到答案文件中。 接下来,右键单击“加速器”,然后选择“插入新加速器”。

有关设置加速器的详细信息,请参阅 MSDN 主题 OpenService 加速器开发人员指南

子元素

设置 说明
Accelerator 包含用于在“加速器”菜单中指定加速器快捷方式的设置。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-IE-InternetExplorer | Accelerators

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-IE-InternetExplorer

XML 示例

以下 XML 输出指定添加两个加速器。

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

DisableAccelerators

DisableOOBAccelerators