Windows 10'da Kullanıcı Hesabı Ayrıntıları Nasıl Görüntülenir

Windows 10 PC kullanıyorsanız , kullanıcı hesabınız veya PC'nizdeki diğer hesaplar hakkında tam ad, hesap türü vb. gibi bazı bilgiler almak isteyebilirsiniz. Bu eğitimde size tüm bilgileri nasıl alacağınızı göstereceğiz. kullanıcı hesabınız veya PC'nizdeki tüm kullanıcı hesabının ayrıntıları hakkında. Çok fazla kullanıcı hesabınız varsa, bunların ayrıntılarını ve bu öğreticinin yardım için geldiği yeri hatırlamak imkansızdır.

Windows 10'da Kullanıcı Hesabı Ayrıntıları Nasıl Görüntülenir

Ayrıca, her hesabın ayrıntılarıyla birlikte tüm kullanıcı hesapları listesini, gelecekte kolayca erişebileceğiniz bir not defteri dosyasına kaydedebilirsiniz. Kullanıcı hesaplarının ayrıntıları, komut istemi kullanılarak basit bir komutla çıkarılabilir. O halde hiç vakit kaybetmeden , aşağıda listelenen kılavuz yardımıyla Windows 10'da(Windows 10) Kullanıcı Hesabı Ayrıntılarını(View User Account Details) Nasıl Görüntüleyeceğinizi görelim .

Windows 10'da(Windows 10) Kullanıcı Hesabı Ayrıntıları(View User Account Details) Nasıl Görüntülenir

Bir şeyler ters giderse diye bir geri yükleme noktası oluşturduğunuzdan(create a restore point) emin olun  .

Yöntem 1: Belirli bir Kullanıcı Hesabının Ayrıntılarını Görüntüle(Method 1: View Details of a particular User Account)

1. Komut İstemi'ni(Command Prompt) açın . Kullanıcı bu adımı "cmd" kelimesini arayarak gerçekleştirebilir ve( ‘cmd’) ardından Enter'a basabilir.

Komut İstemi'ni açın.  Kullanıcı bu adımı "cmd" kelimesini arayarak gerçekleştirebilir ve ardından Enter'a basabilir.

2. Aşağıdaki komutu cmd'ye yazın ve Enter'a(Enter) basın :

net kullanıcı kullanıcı_adı(net user user_name)

Belirli bir Kullanıcı Hesabının Ayrıntılarını Görüntüle |  Windows 10'da Kullanıcı Hesabı Ayrıntıları Nasıl Görüntülenir

Not:(Note:) user_name öğesini, ayrıntılarını çıkarmak istediğiniz kullanıcı hesabının gerçek kullanıcı adıyla değiştirin .(Replace)

3. Hangi alanın neyi temsil ettiği hakkında ayrıntılı bilgi için lütfen bu öğreticinin sonuna gidin.

4. Değişiklikleri kaydetmek için bilgisayarınızı yeniden başlatın ve bu  , Windows 10'da Kullanıcı Hesabı Ayrıntılarını Nasıl Görüntüleyeceğinizdir.(How to View User Account Details in Windows 10.)

Yöntem 2: Tüm Kullanıcı Hesaplarının Ayrıntılarını Görüntüle(Method 2: View Details of All User Accounts)

1. Komut İstemi'ni(Command Prompt) açın . Kullanıcı bu adımı "cmd" kelimesini arayarak gerçekleştirebilir ve( ‘cmd’) ardından Enter'a basabilir.

2. Aşağıdaki komutu cmd'ye yazın ve Enter'a(Enter) basın :

wmic useraccount listesi dolu(wmic useraccount list full)

wmic useraccount listesi tüm kullanıcı hesabının tam görünüm ayrıntılarını

3. Şimdi, çok sayıda kullanıcı hesabınız varsa, bu liste uzun olacaktır, bu nedenle listeyi bir not defteri dosyasına aktarmak daha iyi bir fikir olacaktır.

4. Komutu cmd'ye yazın ve Enter'a basın(Enter) :

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

Masaüstündeki tüm kullanıcı hesaplarının ayrıntılarının listesini dışa aktarın |  Windows 10'da Kullanıcı Hesabı Ayrıntıları Nasıl Görüntülenir

5. Yukarıdaki user_accounts.txt dosyası, kolayca erişilebileceği masaüstüne kaydedilecektir.

6. İşte bu kadar ve Windows 10'da Kullanıcı Hesabı Ayrıntılarını Nasıl Görüntüleyeceğinizi(How to View User Account Details in Windows 10.) başarıyla öğrendiniz .

Çıktı Dosyası Hakkında Bilgi:(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

Tavsiye edilen:(Recommended:)

Windows 10'da Kullanıcı Hesabı Ayrıntılarının Nasıl Görüntüleneceğini(How to View User Account Details in Windows 10) başarıyla öğrendiniz , ancak bu eğitimle ilgili hala herhangi bir sorunuz varsa, lütfen yorum bölümünde onlara sormaktan çekinmeyin.



About the author

Hem Windows 11/10 hem de Apple'ın en yeni iOS platformunda deneyime sahip bir iPhone ve macOS geliştiricisiyim. 10 yılı aşkın deneyimle, her iki platformda da dosyaların nasıl oluşturulacağı ve yönetileceği konusunda derin bir anlayışa sahibim. Becerilerim yalnızca dosya oluşturmanın ötesine geçiyor - Apple ürünleri, özellikleri ve bunların nasıl kullanılacağı hakkında da güçlü bir bilgim var.



Related posts