Kennwort (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-password)
Password
gibt das Kennwort für ein LocalAccount an, das während der Installation erstellt werden soll, und ob das Kennwort in der Antwortdatei für die unbeaufsichtigte Installation ausgeblendet ist.
Untergeordnete Elemente
Einstellung | Beschreibung |
---|---|
PlainText | Gibt an, ob das LocalAccount-Kennwort in der Antwortdatei ausgeblendet ist. |
Wert | Gibt das LocalAccount-Kennwort an. |
Gültige Konfigurationspässe
auditSystem
oobeSystem
Übergeordnete Hierarchie
Microsoft-Windows-Shell-Setup | UserAccounts | LocalAccounts | LocalAccount | Kennwort
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>