Windows 10에서 사용자 계정 세부 정보를 보는 방법
Windows 10 PC를 사용 하는 경우 전체 이름, 계정 유형 등과 같은 PC의 사용자 계정 또는 기타 계정에 대한 정보를 얻고 싶을 수 있습니다. 따라서 이 자습서에서는 모든 정보를 얻는 방법을 보여 드리겠습니다. 귀하의 사용자 계정 또는 PC의 모든 사용자 계정에 대한 세부 정보. 사용자 계정이 너무 많으면 모든 계정에 대한 세부 정보를 기억하는 것이 불가능하며 이 튜토리얼이 도움이 될 것입니다.
또한 모든 계정의 세부 정보가 포함된 전체 사용자 계정 목록을 나중에 쉽게 액세스할 수 있도록 메모장 파일에 저장할 수 있습니다. 사용자 계정의 세부 정보는 명령 프롬프트를 사용하는 간단한 명령으로 추출할 수 있습니다. 따라서 시간을 낭비하지 않고 아래 나열된 가이드의 도움으로 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 키를 눌러 이 단계를 수행할 수 있습니다 .
2. cmd에 다음 명령을 입력하고 Enter 키를 누릅니다 .
순 사용자 user_name(net user user_name)
참고: (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)
3. 이제 사용자 계정이 많으면 이 목록이 길어지므로 목록을 메모장 파일로 내보내는 것이 좋습니다.
4. cmd에 명령을 입력하고 Enter 키를 누릅니다 .
wmic useraccount list full >”%userprofile%\Desktop\user_accounts.txt”
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.
|
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.
|
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:
|
추천:(Recommended:)
- Windows 10에서 밑줄 액세스 키 바로 가기 활성화 또는 비활성화(Enable or Disable Underline Access Key Shortcuts in Windows 10)
- Windows 10에서 시작 메뉴, 작업 표시줄, 알림 센터 및 제목 표시줄의 색상 변경(Change Color of Start Menu, Taskbar, Action Center, and Title bar in Windows 10)
- Windows 10에서 사용자 계정에 자동으로 로그인(Automatically Log in to User Account in Windows 10)
- Windows 10에서 사용자 계정 활성화 또는 비활성화(Enable or Disable User Accounts in Windows 10)
Windows 10에서 사용자 계정 세부 정보를 보는 방법을(How to View User Account Details in Windows 10) 성공적으로 배웠습니다 . 그러나 이 자습서와 관련하여 여전히 질문이 있는 경우 의견 섹션에서 자유롭게 질문하십시오.
Related posts
Windows 10에서 User Account Control (UAC)을 비활성화하십시오
6 Ways에 Change User Account Name에 Windows 10
Windows 10에서 User Account에 자동으로 Log
Windows 10에서 User Account Type을 변경하는 방법
Windows 10에서 로컬 사용자 계정을 만드는 방법
Windows 10에서 빠른 사용자 전환을 활성화 또는 비활성화하는 방법
Windows 10에서 Temporary Profiles로 사용자를 로그온하지 마십시오
Windows 10에서 Guest Account을 만드는 방법 2 가지 방법
Windows 10의 모든 사용자를위한 Set Default User Logon Picture
Windows 10 Account Using Gmail를 만드는 방법
Windows 10에서 McAfee를 완전히 제거하는 방법
Windows 10에서 Login Screen에서 Administrator Account를 활성화 또는 비활성화합니다
Account에 PIN를 추가하는 방법 Windows 10
4 Ways ~ View Saved WiFi Passwords Windows 10
Windows 10에서 User First Sign-in Animation를 활성화 또는 비활성화합니다
Windows 10에서 Sign Into Your Account Error을 수정합니다
Windows 10에서 Account Password을 변경하는 방법
안 내장 Administrator Account에서 Windows 10 사용하거나
Windows 10에서 System Image Backup을 만드는 방법
Windows 10 Home 설치 중 또는 설치 중에 로컬 Account 만들기