Share via


AutoLogon XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure AutoLogon in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

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>

The following XML example shows how to set AutoLogon so that you can log onto the computer twice using the built-in administrator account.

<AutoLogon>
      <Password>
         <Value>MyPassword</Value>
      </Password>
      <Enabled>true</Enabled>
      <LogonCount>2</LogonCount>
      <Username>Administrator</Username>
</AutoLogon>

See Also

Reference

Shell-Setup