ShowInternetExplorer

ShowInternetExplorer specifies whether to show entry points for Internet Explorer.

This setting has no effect on Server Core installations of Windows Server 2008.

Values

true

Specifies that entry points for Internet Explorer are displayed. This is the default value.

false

Specifies that entry points for Internet Explorer are not displayed.

Valid Passes

auditSystem

auditUser

oobeSystem

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | WindowsFeatures | ShowInternetExplorer

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

This setting is available to OEMs and system builders.

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>

See Also

Concepts

WindowsFeatures