ShowInternetExplorerShowInternetExplorer
ShowInternetExplorer
指定是否显示为 Internet 资源管理器入口点。ShowInternetExplorer
specifies whether to show entry points for Internet Explorer.
此设置不起服务器核心安装上。This setting has no effect on Server Core installations.
值Values
truetrue |
指定显示的 Internet 资源管理器入口点。Specifies that entry points for Internet Explorer are displayed. 这是默认值。This is the default value. |
falsefalse |
指定的 Internet 资源管理器入口点,不会显示。Specifies that entry points for Internet Explorer are not displayed. |
有效配置阶段Valid Configuration Passes
auditSystemauditSystem
auditUserauditUser
oobeSystemoobeSystem
专用化specialize
父层次结构Parent Hierarchy
Microsoft-Windows-Shell-Setup | WindowsFeatures | ShowInternetExplorerMicrosoft-Windows-Shell-Setup | WindowsFeatures | ShowInternetExplorer
适用于Applies To
有关受支持的 Windows 版本和体系结构,该组件支持的列表,请参阅Microsoft Windows Shell 安装。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML 示例XML Example
以下 XML 输出显示了如何指定不显示这些 Windows 功能的入口点。The following XML output shows how to specify that the entry points for these Windows features not be displayed.
<WindowsFeatures>
<ShowInternetExplorer>false</ShowInternetExplorer>
<ShowMediaCenter>false</ShowMediaCenter>
<ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
<ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>