Value (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-password-value)
Value
gibt das Kennwort für ein LocalAccount an, das während der Installation erstellt wurde.
Werte
Kennwort |
Gibt das Kennwort für ein LocalAccount an. Kennwort ist eine Zeichenfolge. |
Gültige Konfigurationsdurchläufe
auditSystem
oobeSystem
Übergeordnete Hierarchie
Microsoft-Windows-Shell-Setup | UserAccounts | LocalAccounts | LocalAccount | Password | Value
Gilt für
Eine Liste der Windows-Editionen und -Architekturen, die von dieser Komponente unterstützt werden, finden Sie unter Microsoft-Windows-Shell-Setup.
XML-Beispiel
Die folgende XML-Ausgabe zeigt, wie UserAccounts. festgelegt wird.
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>cAB3AFAAYQBzAHMAdwBvAHIAZAA</Value>
<PlainText>false</PlainText>
</Password>
<Description>Test account</Description>
<DisplayName>Admin/Power User Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>Test1</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Password>
<Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Description>For testing</Description>
<DisplayName>Admin Account</DisplayName>
<Group>Administrators</Group>
<Name>Test2</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>