EnableICS (Standard 8 Module Reference)

7/8/2014

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

This setting specifies whether to enable Internet Connection Sharing (ICS) so that the user can share one Internet connection among several devices.

Set to true to enable it; otherwise, set to false. The default value is false.

Use this setting with the following settings:

  1. ExternalAdapter specifies the the adapter for ICS through an external connection.
  2. InternalAdapter specifies the adapter for ICS through an internal connection.
  3. InternalIsBridge specifies whether the internal adapter is a bridge.

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

Remote Access

Features/Networking/Network Management/Remote Access/EnableICS

XML Example

The following example shows how to enable ICS.

<EnableICS>true</EnableICS>
<InternalIsBridge>true</InternalIsBridge>
<ExternalAdapter>MyExternalAdapter</ExternalAdapter>

See Also

Reference

ExternalAdapter
InternalAdapter
InternalIsBridge

Concepts

Feature Module Settings