IsDefaultIsDefault
IsDefault
指定預設 Internet Explorer 加速器。IsDefault
specifies the default Internet Explorer Accelerator.
加速器是在 Internet Explorer 中的功能表選項可協助自動化常見瀏覽器相關工作。Accelerators are menu options in Internet Explorer that help to automate common browser-related tasks. 在 Internet Explorer 中,當選取的文字,以滑鼠右鍵按一下加速器會出現在可用選項的清單。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.
值Values
truetrue |
指定的加速器清單中的預設加速器。Specifies the Accelerator as default in the list of Accelerators. |
falsefalse |
未指定的加速器清單中的預設加速器。Does not specify the Accelerator as default in the list of Accelerators. 這是預設值。This is the default value. |
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | Accelerators | Accelerator | IsDefault
Microsoft-Windows-IE-InternetExplorer | Accelerators | Accelerator | IsDefault
套用至Applies To
如需 Windows 版本與此元件支援的架構,請參閱Microsoft Windows-IE InternetExplorer。For a list of Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 範例XML Example
指定將新增兩個加速器,下列的 XML 輸出,並指定為預設值的第一個加速器。The following XML output specifies adding two Accelerators, and specifies the first Accelerator as the default.
<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>