WindowsFeatures
WindowsFeatures
によって、Internet Explorer、Media Center、Windows Media Player、Windows Mail のエントリ ポイントを表示するかどうかを指定します。
重要
これらの設定を使用し、画像に存在しないコンポーネントを削除すると、Windows セットアップが失敗します。
この設定は、Windows Server 2008、Windows Server 2008 R2、Windows Server 2012 の Server Core インストールには影響しません。
子要素
設定 | 説明 |
---|---|
ShowInternetExplorer | Internet Explorer のエントリ ポイントを表示するかどうかを指定します。 |
ShowMediaCenter | Media Center のエントリ ポイントを表示するかどうかを指定します。 |
ShowWindowsMediaPlayer | Windows Media Center のエントリ ポイントを表示するかどうかを指定します。 |
有効な構成パス
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>