نحوه مشاهده جزئیات حساب کاربری در ویندوز 10

اگر از رایانه شخصی ویندوز 10(Windows 10) استفاده می کنید، ممکن است بخواهید اطلاعاتی در مورد حساب کاربری یا سایر حساب های موجود در رایانه شخصی خود مانند نام کامل، نوع حساب و غیره به دست آورید. بنابراین در این آموزش به شما نشان خواهیم داد که چگونه می توانید تمام اطلاعات را دریافت کنید. در مورد حساب کاربری یا جزئیات تمام حساب کاربری در رایانه شخصی شما. اگر حساب‌های کاربری زیادی دارید، به خاطر سپردن جزئیات همه آنها غیرممکن است و در اینجا این آموزش به شما کمک می‌کند.

نحوه مشاهده جزئیات حساب کاربری در ویندوز 10

همچنین می توانید کل لیست حساب های کاربری را با جزئیات هر حساب در یک فایل دفترچه یادداشت ذخیره کنید تا در آینده به راحتی به آن دسترسی داشته باشید. جزئیات حساب های کاربری را می توان از طریق یک دستور ساده با استفاده از خط فرمان استخراج کرد. بنابراین بدون اتلاف وقت، بیایید نحوه مشاهده جزئیات حساب کاربری(View User Account Details) در ویندوز 10(Windows 10) را با کمک راهنمای ذکر شده در زیر ببینید.

نحوه مشاهده جزئیات حساب کاربری(View User Account Details) در ویندوز 10(Windows 10)

مطمئن شوید که  یک نقطه بازیابی ایجاد کرده(create a restore point) اید، فقط در صورتی که مشکلی پیش بیاید.

روش 1: مشاهده جزئیات یک حساب کاربری خاص(Method 1: View Details of a particular User Account)

1. Command Prompt را باز کنید . کاربر می تواند این مرحله را با جستجوی â€~cmd’( ‘cmd’) انجام دهد و سپس Enter را فشار دهد.

Command Prompt را باز کنید.  کاربر می تواند این مرحله را با جستجوی â€~cmd’ انجام دهد و سپس Enter را فشار دهد.

2- دستور زیر را در cmd تایپ کرده و Enter را بزنید :

user_name خالص(net user user_name)

مشاهده جزئیات یک حساب کاربری خاص |  نحوه مشاهده جزئیات حساب کاربری در ویندوز 10

توجه:(Note:) user_name را با نام کاربری واقعی حساب کاربری که می‌خواهید جزئیات آن را استخراج کنید جایگزین کنید .(Replace)

3. برای اطلاعات دقیق در مورد اینکه کدام فیلد چه چیزی را نشان می دهد، لطفاً به انتهای این آموزش بروید.

4. برای ذخیره تغییرات کامپیوتر خود را مجددا راه اندازی کنید و این  نحوه مشاهده جزئیات حساب کاربری در ویندوز 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. اکنون اگر حساب های کاربری زیادی دارید، این لیست طولانی خواهد بود، بنابراین بهتر است لیست را در یک فایل notepad صادر کنید.

4. دستور را در cmd تایپ کنید و Enter را بزنید :

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

صادر کردن لیست جزئیات تمام حساب های کاربری در دسکتاپ |  نحوه مشاهده جزئیات حساب کاربری در ویندوز 10

5. فایل فوق user_accounts.txt در دسکتاپ ذخیره می شود که به راحتی می توان به آن دسترسی داشت.

6. همین است، و شما با موفقیت یاد گرفتید که چگونه جزئیات حساب کاربری را در ویندوز 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:)

این همان چیزی است که شما با موفقیت یاد گرفتید که چگونه جزئیات حساب کاربری را در ویندوز 10 مشاهده کنید(How to View User Account Details in Windows 10) ، اما اگر هنوز در مورد این آموزش سؤالی دارید، لطفاً از آنها در بخش نظرات بپرسید.



About the author

من یک مهندس نرم افزار با تجربه در Xbox Explorer، Microsoft Excel و Windows 8.1 Explorer هستم. در اوقات فراغت دوست دارم بازی های ویدیویی انجام دهم و تلویزیون تماشا کنم. من از دانشگاه یوتا مدرک دارم و در حال حاضر به عنوان مهندس نرم افزار برای یک شرکت بین المللی کار می کنم.



Related posts