LogonCount (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer that specifies the number of times someone has logged on to the device by using AutoLogon. This value decrements each time someone logs on.

You must restart the device to reset the value of LogonCount. You must specify LogonCount if you use AutoLogon.

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/LogonCount

XML Example

The following XML example shows how to set value of LogonCount.

<AutoLogon>
      <Domain>FabrikamDomain</Domain>
      <LogonCount>2</LogonCount>
      <Username>MyUserName</Username>
</AutoLogon>

For more examples, see AutoLogon XML Example.

See Also

Concepts

Embedded Core Settings