WindowsFeatures

WindowsFeatures 指定是否显示 Internet Explorer、Media Center、Windows Media Player 和 Windows Mail 的入口点。

重要

使用这些设置删除映像中不存在的组件将导致 Windows 安装程序失败。

此设置对 Windows Server 2008、Windows Server 2008 R2 和 Windows Server 2012 的服务器核心安装没有影响。

子元素

设置 说明
ShowInternetExplorer 指定是否显示 Internet Explorer 的入口点。
ShowMediaCenter 指定是否显示 Media Center 的入口点。
ShowWindowsMediaPlayer 指定是否显示 Windows Media Player 的入口点。

有效配置阶段

auditSystem

auditUser

oobeSystem

specialize

父层次结构

Microsoft-Windows-Shell-Setup | WindowsFeatures

应用于

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

XML 示例

以下 XML 输出显示如何指定不显示这些 Windows 功能的入口点。

<WindowsFeatures>
   <ShowInternetExplorer>false</ShowInternetExplorer>
   <ShowMediaCenter>false</ShowMediaCenter>
   <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
   <ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>

Microsoft-Windows-Shell-Setup