群組 (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-group)
Group
會指定要在安裝期間新增 LocalAccount 的現有本機安全性群組名稱。 您可以輸入以分號分隔的多個組名,將使用者新增至多個群組。
Microsoft-Windows-Shell-Setup元件會辨識下列英文組名,並設定適當的當地語系化組名,而不論 Windows 映像的預設語言為何:
AccountOperators
系統管理員
BackupOperators
CryptoOperators
DCOMUsers
Guests
IUsers
NetworkConfigurationOperators
PerfLoggingUsers
PerfMonitoringUsers
PowerUsers
PrintOperators
RemoteDesktopUsers
Replicator
SystemOperators
使用者
使用語言中性名稱來指定帳戶名稱和組名。 語言中性帳戶和組名是以英文指定,例如 系統管理員、 Power Users和 來賓。 這是必要的,因為殼層帳戶設定會在預設使用者介面 (UI) 語言套用至電腦之前處理。
值
Group_name |
指定本機帳戶的現有本機安全性群組。 您可以指定多個群組, (以分號分隔) 。 Group_name 是長度上限為 256 個字元的字串。 |
這種字串支援空的元素。
有效的設定階段
auditSystem
oobeSystem
父階層
Microsoft-Windows-Shell-Setup | UserAccounts | LocalAccounts | LocalAccount | 組
套用至
如需此元件支援的 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>