次の方法で共有


Description (microsoft-windows-shell-setup-useraccounts-localaccounts-localaccount-description)

Description は、インストール時に作成される LocalAccount の説明を指定します。

説明

LocalAccount の説明を指定します。 Description は、最大 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>

Microsoft-Windows-Shell-Setup