Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enabled specifies whether the automatic logon process is enabled.
Values
true |
Enables automatic logon. |
false |
Disables automatic logon. This is the default value. |
Valid Configuration Passes
auditSystem
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-Shell-Setup | AutoLogon | Enabled
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup. This setting is not configured in a Nano Server image.
XML Example
The following XML output shows how to set autologon.
<AutoLogon>
<Password>
<Value>MyPassword</Value>
<PlainText>true</PlainText>
</Password>
<Domain>FabrikamDomain</Domain>
<Enabled>true</Enabled>
<LogonCount>2</LogonCount>
<Username>MyUserName</Username>
</AutoLogon>