ShowInternetExplorer (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the ShowInternetExplorer setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies whether to show entry points for Internet Explorer.

Set to true to show entry points; otherwise, set to false.

Important

Using this setting to remove a component that does not exist in the image will cause Windows Embedded 8 Standard (Standard 8) Setup to stop responding.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Shell-Setup

Products/Embedded Core/Shell-Setup/WindowsFeatures/ShowInternetExplorer

XML Example

The following XML example shows how to hide entry points for Internet Explorer.

<WindowsFeatures>
    <ShowInternetExplorer>false</ShowInternetExplorer>
</WindowsFeatures>

See Also

Concepts

Embedded Core Settings