Description (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-description)
Description
指定要在安装过程中创建的 LocalAccount 的描述。
值
描述 |
指定 LocalAccount 的描述。 “说明”是一个字符串,其最大长度为 256 个字符。 |
该字符串类型支持空元素。
有效配置阶段
auditSystem
oobeSystem
父层次结构
Microsoft-Windows-Shell-Setup | UserAccounts | LocalAccounts | LocalAccount | Description
应用于
有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Shell-Setup。
XML 示例
以下 XML 输出演示了如何设置 UserAccounts。
<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>