Enabled (Standard 8 Module Reference)

7/8/2014

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

This setting specifies whether to enable automatic logon.

Set to true to enable it; otherwise, set to false.

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/AutoLogon/Enabled

XML Example

The following XML example shows how to set automatic logon.

<AutoLogon>
      <Password>
         <Value>MyPassword</Value>
      </Password>
      <Domain>FabrikamDomain</Domain>
      <Enabled>true</Enabled>
      <LogonCount>2</LogonCount>
      <Username>MyUserName</Username>
</AutoLogon>

For more examples, see AutoLogon XML Example.

See Also

Concepts

Embedded Core Settings