有効

Enabled は、自動ログオン プロセスを有効にするかどうかを指定します。

true

自動ログオンを有効にします。

false

自動ログオンを無効にします。 これが既定値です。

有効な構成パス

auditSystem

oobeSystem

specialize

[親階層]

Microsoft-Windows-Shell-Setup | AutoLogon | Enabled

適用対象

サポートされている Windows のエディションと、このコンポーネントがサポートするアーキテクチャの一覧については、「Microsoft-Windows-Shell-Setup」を参照してください。 この設定は Nano Server イメージでは未構成です。

XML の例

次の XML 出力は、自動ログインを設定する方法を示しています。

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

AutoLogon