Beschreibung (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-description)
Description
gibt eine Beschreibung eines LocalAccount an, das während der Installation erstellt werden soll.
Werte
Beschreibung |
Gibt eine Beschreibung eines LocalAccount an. Die Beschreibung ist eine Zeichenfolge mit einer maximalen Länge von 256 Zeichen. |
Dieser Zeichenfolgentyp unterstützt leere Elemente.
Gültige Konfigurationspässe
auditSystem
oobeSystem
Übergeordnete Hierarchie
Microsoft-Windows-Shell-Setup | UserAccounts | LocalAccounts | LocalAccount | Description
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>