วิธีดูรายละเอียดบัญชีผู้ใช้ใน Windows 10
หากคุณ ใช้พีซีที่ ใช้ Windows 10(Windows 10)คุณอาจต้องการรับข้อมูลบางอย่างเกี่ยวกับบัญชีผู้ใช้ของคุณหรือบัญชีอื่นๆ บนพีซีของคุณ เช่น ชื่อนามสกุล ประเภทบัญชี ฯลฯ ดังนั้นในบทช่วยสอนนี้ เราจะแสดงวิธีรับข้อมูลทั้งหมด เกี่ยวกับบัญชีผู้ใช้ของคุณหรือรายละเอียดของบัญชีผู้ใช้ทั้งหมดบนพีซีของคุณ หากคุณมีบัญชีผู้ใช้มากเกินไป คุณจะไม่สามารถจำรายละเอียดทั้งหมดได้ และนี่คือบทช่วยสอนนี้
คุณยังสามารถบันทึกรายการบัญชีผู้ใช้ทั้งหมดพร้อมรายละเอียดของทุกบัญชีลงในไฟล์แผ่นจดบันทึกซึ่งสามารถเข้าถึงได้ง่ายในอนาคต รายละเอียดของบัญชีผู้ใช้สามารถดึงออกมาได้โดยใช้คำสั่งง่ายๆ โดยใช้พรอมต์คำสั่ง เพื่อไม่ให้เป็นการเสียเวลา เรามาดูวิธีการดูรายละเอียดบัญชีผู้ใช้(View User Account Details)ในWindows 10กันโดยใช้คำแนะนำด้านล่าง
วิธีดูรายละเอียดบัญชีผู้ใช้(View User Account Details)ในWindows 10
ตรวจสอบให้แน่ใจว่า ได้สร้างจุดคืนค่า(create a restore point)ในกรณีที่มีข้อผิดพลาดเกิดขึ้น
วิธีที่ 1: ดูรายละเอียดของบัญชีผู้ใช้เฉพาะ(Method 1: View Details of a particular User Account)
1. เปิด พรอม ต์คำสั่ง (Command Prompt)ผู้ใช้สามารถทำขั้นตอนนี้ได้โดยค้นหา"cmd"จากนั้นกด Enter
2. พิมพ์คำสั่งต่อไปนี้ลงใน cmd แล้วกดEnter :
ผู้ใช้เน็ต user_name(net user user_name)
หมายเหตุ: (Note:) แทนที่(Replace) user_name ด้วยชื่อผู้ใช้จริงของบัญชีผู้ใช้ที่คุณต้องการแยกรายละเอียด
3.หากต้องการทราบข้อมูลโดยละเอียดเกี่ยวกับฟิลด์ที่แสดง โปรดเลื่อนไปที่ส่วนท้ายของบทช่วยสอนนี้
4.รีบูตเครื่องพีซีของคุณเพื่อบันทึกการเปลี่ยนแปลง นี่คือ วิธีการดูรายละเอียดบัญชีผู้ใช้ใน Windows 10(How to View User Account Details in Windows 10.)
วิธีที่ 2: ดูรายละเอียดของบัญชีผู้ใช้ทั้งหมด(Method 2: View Details of All User Accounts)
1. เปิด พรอม ต์คำสั่ง (Command Prompt)ผู้ใช้สามารถทำขั้นตอนนี้ได้โดยค้นหา"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)
- เปลี่ยนสีของ Start Menu, Taskbar, Action Center และ Title bar ใน 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
ปิดใช้งาน User Account Control (UAC) ใน Windows 10
6 Ways ถึง Change User Account Name ใน Windows 10
โดยอัตโนมัติ Log ใน User Account ใน Windows 10
วิธีการเปลี่ยน User Account Type ใน Windows 10
วิธีสร้างบัญชีผู้ใช้ภายในเครื่องบน Windows 10
วิธีการลบ Volume or Drive Partition ใน Windows 10
วิธีการเชื่อมต่อ Cortana ถึง Gmail Account ใน Windows 10
2 วิธีในการสร้าง Guest Account ใน Windows 10
วิธีการทำงาน JAR Files บน Windows 10
Link Microsoft Account เพื่อ Windows 10 Digital License
Find Security Identifier (SID) ของ User ใน Windows 10
Fix Folder View Settings ไม่บันทึกใน Windows 10
Rename User Profile Folder ใน Windows 10
วิธีลบลบ User Account จาก login screen ใน Windows 10
วิธีการลงชื่อออกจากผู้ใช้รายอื่นใน Windows 10
6 Ways เพื่อเปลี่ยน User ใน Windows 10
สร้างท้องถิ่น Account ในระหว่างหรือหลังการติดตั้ง Windows 10 Home
วิธีการสร้าง Windows 10 Account Using Gmail
ได้อย่างง่ายดาย View Chrome Activity ใน Windows 10 Timeline
วิธีการสร้าง System Image Backup ใน Windows 10