다음을 통해 공유


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