值Value
Value
指定自動登入密碼。Value
specifies the autologon Password.
值Values
密碼Password |
指定自動登入密碼。Specifies the autologon password. 密碼是一個字串。Password is a string. |
此字串類型支援空元素。This string type supports empty elements.
有效的設定階段Valid Configuration Passes
auditSystemauditSystem
oobeSystemoobeSystem
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Shell-Setup | AutoLogon | Password | ValueMicrosoft-Windows-Shell-Setup | AutoLogon | Password | Value
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows Shell-安裝。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup. 在 Nano Server 映像中未設定此設定。This setting is not configured in a Nano Server image.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定自動登入。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>