WindowsFeatures
Updated: August 1, 2012
Applies To: Windows 7, Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Vista
WindowsFeatures specifies whether to show entry points for Internet Explorer®, Media Center, Windows® Media Player, and Windows Mail.
Important |
|---|
| Using these settings to remove components that do not exist in the image will cause Windows Setup to fail. |
This setting has no effect on Server Core installations of Windows Server® 2008, Windows Server 2008 R2, and Windows Server 2012.
|
Specifies whether to show entry points for Internet Explorer. |
|
|
Specifies whether to show entry points for Media Center. |
|
|
Specifies whether to show entry points for Windows Media Player. |
|
|
Deprecated. Do not use. |
auditSystem
auditUser
oobeSystem
specialize
Microsoft-Windows-Shell-Setup | WindowsFeatures
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
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>
See Also

Important