كيفية عرض تفاصيل حساب المستخدم في Windows 10

إذا كنت تستخدم جهاز كمبيوتر يعمل بنظام Windows 10(Windows 10) ، فقد ترغب في الحصول على بعض المعلومات حول حساب المستخدم الخاص بك أو حسابات أخرى على جهاز الكمبيوتر الخاص بك مثل الاسم الكامل ونوع الحساب وما إلى ذلك. لذلك في هذا البرنامج التعليمي ، سوف نوضح لك كيفية الحصول على جميع المعلومات حول حساب المستخدم الخاص بك أو تفاصيل جميع حسابات المستخدم الموجودة على جهاز الكمبيوتر الخاص بك. إذا كان لديك عدد كبير جدًا من حسابات المستخدمين ، فمن المستحيل تذكر تفاصيل كل منهم وهذا هو المكان الذي يأتي فيه هذا البرنامج التعليمي للمساعدة.

كيفية عرض تفاصيل حساب المستخدم في Windows 10

يمكنك أيضًا حفظ القائمة الكاملة لحسابات المستخدمين مع تفاصيل كل حساب في ملف المفكرة حيث يمكن الوصول إليه بسهولة في المستقبل. يمكن استخراج تفاصيل حسابات المستخدمين عن طريق أمر بسيط باستخدام موجه الأوامر. لذلك دون إضاعة أي وقت ، دعنا نرى كيفية عرض تفاصيل حساب المستخدم(View User Account Details) في Windows 10 بمساعدة الدليل المدرج أدناه.

كيفية عرض تفاصيل حساب المستخدم(View User Account Details) في Windows 10

تأكد من  إنشاء نقطة استعادة(create a restore point) Â في حالة حدوث خطأ ما.

الطريقة الأولى: عرض تفاصيل حساب مستخدم معين(Method 1: View Details of a particular User Account)

1. افتح موجه الأوامر(Command Prompt) . يمكن للمستخدم تنفيذ هذه الخطوة بالبحث عن "cmd" ثم الضغط على Enter.

افتح موجه الأوامر.  يمكن للمستخدم تنفيذ هذه الخطوة بالبحث عن "cmd" ثم الضغط على Enter.

2- اكتب الأمر التالي في cmd واضغط على Enter :

net user user_name

عرض تفاصيل حساب مستخدم معين |  كيفية عرض تفاصيل حساب المستخدم في Windows 10

ملاحظة: (Note:) استبدل(Replace) اسم المستخدم باسم المستخدم الفعلي لحساب المستخدم الذي تريد استخراج التفاصيل الخاصة به.

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)

قائمة حساب مستخدم wmic تفاصيل العرض الكامل لجميع حسابات المستخدم

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

أنا مهندس برمجيات لديه خبرة في Xbox Explorer و Microsoft Excel و Windows 8.1 Explorer. في أوقات فراغي ، أحب ممارسة ألعاب الفيديو ومشاهدة التلفزيون. لديّ درجة علمية من جامعة يوتا وأعمل حاليًا كمهندس برمجيات لشركة دولية.



Related posts