Where Customization Begins 

  • Enable/disable IE, Media Center, media player, Win mail

  • Windows® Automated Installation Kit (WAIK), Windows System Image Manager (WSIM), Win PE and Windows Assessment and Deployment Kit (ADK) Tutorials are right here.
Windows® Automated Installation Kit (WAIK), Windows System Image Manager (WSIM), Win PE and Windows Assessment and Deployment Kit (ADK) Tutorials are right here.
 #25214  by Neuropass
 24 Jan 2013, 20:24
WindowsFeatures specifies whether to show entry points for Internet Explorer, Media Center, Windows Media Player, and Windows Mail.
You can achieve this by configuring your answer file (xml).

NOTE:
Using these settings to remove components that do not exist in the image will cause Windows Setup to fail.



XML Example

The following XML output shows how to specify that the entry points for these Windows features not be displayed.

Code: Select all<WindowsFeatures>
   <ShowInternetExplorer>false</ShowInternetExplorer>
   <ShowMediaCenter>false</ShowMediaCenter>
   <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
   <ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>




It will not remove the features, only disable them