Windows 10에서 사용자 계정 세부 정보를 보는 방법

Windows 10 PC를 사용 하는 경우 전체 이름, 계정 유형 등과 같은 PC의 사용자 계정 또는 기타 계정에 대한 정보를 얻고 싶을 수 있습니다. 따라서 이 자습서에서는 모든 정보를 얻는 방법을 보여 드리겠습니다. 귀하의 사용자 계정 또는 PC의 모든 사용자 계정에 대한 세부 정보. 사용자 계정이 너무 많으면 모든 계정에 대한 세부 정보를 기억하는 것이 불가능하며 이 튜토리얼이 도움이 될 것입니다.

Windows 10에서 사용자 계정 세부 정보를 보는 방법

또한 모든 계정의 세부 정보가 포함된 전체 사용자 계정 목록을 나중에 쉽게 액세스할 수 있도록 메모장 파일에 저장할 수 있습니다. 사용자 계정의 세부 정보는 명령 프롬프트를 사용하는 간단한 명령으로 추출할 수 있습니다. 따라서 시간을 낭비하지 않고 아래 나열된 가이드의 도움으로 Windows 10 에서 사용자 계정 세부 정보 를 보는 방법을 살펴보겠습니다.(View User Account Details)

Windows 10 에서 사용자 계정 세부 정보(View User Account Details) 를 보는 방법

문제가 발생할 경우에 대비 하여 복원 지점을 생성(create a restore point) 하십시오  .

방법 1: 특정 사용자 계정의 세부 정보 보기(Method 1: View Details of a particular User Account)

1. 명령 프롬프트(Command Prompt) 를 엽니 다. 사용자는 ' cmd'( ‘cmd’) 를 검색 한 다음 Enter 키를 눌러 이 단계를 수행할 수 있습니다 .

명령 프롬프트를 엽니다.  사용자는 'cmd'를 검색한 다음 Enter 키를 눌러 이 단계를 수행할 수 있습니다.

2. cmd에 다음 명령을 입력하고 Enter 키를 누릅니다 .

순 사용자 user_name(net user user_name)

특정 사용자 계정의 세부 정보 보기 |  Windows 10에서 사용자 계정 세부 정보를 보는 방법

참고: (Note:) user_name(Replace) 을 세부 정보를 추출할 사용자 계정의 실제 사용자 이름으로 바꾸십시오.

3. 어떤 필드가 무엇을 나타내는지에 대한 자세한 정보는 이 튜토리얼의 끝까지 스크롤하십시오.

4. PC를 재부팅하여 변경 사항을 저장하십시오. 이것이  Windows 10에서 사용자 계정 세부 정보를 보는 방법입니다.(How to View User Account Details in Windows 10.)

방법 2: 모든 사용자 계정의 세부 정보 보기(Method 2: View Details of All User Accounts)

1. 명령 프롬프트(Command Prompt) 를 엽니 다. 사용자는 ' cmd'( ‘cmd’) 를 검색 한 다음 Enter 키를 눌러 이 단계를 수행할 수 있습니다 .

2. cmd에 다음 명령을 입력하고 Enter 키를 누릅니다 .

wmic 사용자 계정 목록이 가득 찼습니다.(wmic useraccount list full)

wmic useraccount 목록 모든 사용자 계정의 전체 보기 세부 정보

3. 이제 사용자 계정이 많으면 이 목록이 길어지므로 목록을 메모장 파일로 내보내는 것이 좋습니다.

4. cmd에 명령을 입력하고 Enter 키를 누릅니다 .

wmic useraccount list full >”%userprofile%\Desktop\user_accounts.txt”

데스크탑의 모든 사용자 계정 세부 정보 목록 내보내기 |  Windows 10에서 사용자 계정 세부 정보를 보는 방법

5. 위의 user_accounts.txt 파일은 쉽게 접근할 수 있는 바탕화면에 저장됩니다.

6. 이제 Windows 10에서 사용자 계정 세부 정보를 보는 방법을(How to View User Account Details in Windows 10.) 성공적으로 배웠습니다 .

출력 파일에 대한 정보:(Information about Output File:)

Properties Description
AccountType A flag that describes the characteristics of the user account.
  • 256 = (UF_TEMP_DUPLICATE_ACCOUNT) Local user account for users who have a primary account in another domain. This account provides user access to this domain only—not to any domain that trusts this domain.
  • 512 = (UF_NORMAL_ACCOUNT) Default account type that represents a typical user.
  • 2048 = (UF_INTERDOMAIN_TRUST_ACCOUNT) Account for a system domain that trusts other domains.
  • 4096 = (UF_WORKSTATION_TRUST_ACCOUNT) Computer account for a computer system running Windows that is a member of this domain.
  • 8192 = (UF_SERVER_TRUST_ACCOUNT) Account for a system backup domain controller that is a member of this domain.
Description Description of the account if available.
Disabled True or False if the user account is currently disabled.
Domain Name of the Windows domain (ex: computer name) the user account belongs.
FullName Full name of the local user account.
InstallDate The date the object is installed if available. This property does not need a value to indicate that the object is installed.
LocalAccount True or False if the user account is defined on the local computer.
Lockout True or False if the user account is currently locked out of Windows.
Name Name of the user account. This would be the same name as the “C:\Users\(user-name)” profile folder of the user account.
PasswordChangeable True or False if the password of the user account can be changed.
PasswordExpires True or False if the password of the user account expires.
PasswordRequired True or False if a password is required for the user account.
SID A security identifier (SID) for this account. A SID is a string value of variable length that is used to identify a trustee. Each account has a unique SID that authority, such as a Windows domain, issues. The SID is stored in the security database. When a user logs on, the system retrieves the user SID from the database, places the SID in the user access token, and then uses the SID in the user access token to identify the user in all subsequent interactions with Windows security. Each SID is a unique identifier for a user or group, and a different user or group cannot have the same SID.
SIDType An enumerated value that specifies the type of SID.
  • 1 = User
  • 2 = Group
  • 3 = Domain
  • = Alias
  • 5 = Well Known group
  • 6 = Deleted account
  • 7 = Invalid
  • 8 = Unknown
  • = Computer
Status Current status of an object. Various operational and nonoperational statuses can be defined.

Operational statuses include: “OK”, “Degraded”, and “Pred Fail”, which is an element such as a SMART-enabled hard disk drive that may be functioning properly, but predicts a failure in the near future.

Nonoperational statuses include: “Error”, “Starting”, “Stopping”, and “Service”, which can apply during mirror resilvering of a disk, reloading a user permissions list, or other administrative work.

The values are:

  • OK
  • Error
  • Degraded
  • Unknown
  • Pred Fail
  • Starting
  • Stopping
  • Service
  • Stressed
  • NonRecover
  • No Contact
  • Lost Comm

추천:(Recommended:)

Windows 10에서 사용자 계정 세부 정보를 보는 방법을(How to View User Account Details in Windows 10) 성공적으로 배웠습니다 . 그러나 이 자습서와 관련하여 여전히 질문이 있는 경우 의견 섹션에서 자유롭게 질문하십시오.



About the author

저는 10년 이상의 경험을 가진 전문 오디오 및 키보드 기술자입니다. 저는 기업 세계에서 컨설턴트 및 제품 관리자로 일했으며 가장 최근에는 소프트웨어 엔지니어로 일했습니다. 저의 기술과 경험을 통해 중소기업에서 대기업에 이르기까지 다양한 유형의 프로젝트를 수행할 수 있습니다. 저는 또한 Windows 11의 전문가이며 현재 2년 이상 새 운영 체제에서 작업하고 있습니다.



Related posts