Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ShowMediaCenter
specifies whether to show entry points for Windows Media Center.
This setting has no effect on Server Core installations.
Values
true |
Specifies that entry points for Windows Media Center are displayed. This is the default value. |
false |
Specifies that entry points for Windows Media Center are not displayed. |
Valid Configuration Passes
auditSystem
auditUser
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-Shell-Setup | WindowsFeatures | ShowMediaCenter
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
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>