So zeigen Sie Benutzerkontodetails in Windows 10 an

Wenn Sie sich auf einem Windows 10 -PC befinden, möchten Sie möglicherweise einige Informationen zu Ihrem Benutzerkonto oder anderen Konten auf Ihrem PC abrufen, z. B. den vollständigen Namen, den Kontotyp usw. In diesem Tutorial zeigen wir Ihnen, wie Sie alle Informationen erhalten über Ihr Benutzerkonto oder Details aller Benutzerkonten auf Ihrem PC. Wenn Sie zu viele Benutzerkonten haben, ist es unmöglich, sich alle Details zu merken, und hier hilft Ihnen dieses Tutorial.

So zeigen Sie Benutzerkontodetails in Windows 10 an

Sie können auch die gesamte Liste der Benutzerkonten mit Details zu jedem Konto in einer Notepad-Datei speichern, auf die Sie später leicht zugreifen können. Details von Benutzerkonten können über einen einfachen Befehl über die Eingabeaufforderung extrahiert werden. Lassen Sie uns also, ohne Zeit zu verschwenden, mit Hilfe der unten aufgeführten Anleitung sehen, wie Sie Benutzerkontodetails(View User Account Details) in Windows 10 anzeigen können.(Windows 10)

So zeigen Sie Benutzerkontodetails(View User Account Details) in Windows 10 an(Windows 10)

Stellen Sie sicher  , dass Sie einen Wiederherstellungspunkt erstellen,(create a restore point) falls etwas schief geht.

Methode 1: Details eines bestimmten Benutzerkontos anzeigen(Method 1: View Details of a particular User Account)

1. Öffnen Sie die Eingabeaufforderung(Command Prompt) . Der Benutzer kann diesen Schritt ausführen, indem er nach „cmd“ sucht und dann die Eingabetaste drückt.

Öffnen Sie die Eingabeaufforderung.  Der Benutzer kann diesen Schritt ausführen, indem er nach „cmd“ sucht und dann die Eingabetaste drückt.

2. Geben Sie den folgenden Befehl in cmd ein und drücken Sie die Eingabetaste(Enter) :

net-Benutzer Benutzername(net user user_name)

Details eines bestimmten Benutzerkontos anzeigen |  So zeigen Sie Benutzerkontodetails in Windows 10 an

Hinweis: (Note:) Ersetzen Sie(Replace) user_name durch den tatsächlichen Benutzernamen des Benutzerkontos, für das Sie die Details extrahieren möchten.

3.Für detaillierte Informationen darüber, welches Feld was darstellt, scrollen Sie bitte bis zum Ende dieses Tutorials.

4.Starten Sie Ihren PC neu, um die Änderungen zu speichern.  So zeigen Sie Benutzerkontodetails in Windows 10 an.(How to View User Account Details in Windows 10.)

Methode 2: Details aller Benutzerkonten anzeigen(Method 2: View Details of All User Accounts)

1. Öffnen Sie die Eingabeaufforderung(Command Prompt) . Der Benutzer kann diesen Schritt ausführen, indem er nach „cmd“ sucht und dann die Eingabetaste drückt.

2. Geben Sie den folgenden Befehl in cmd ein und drücken Sie die Eingabetaste(Enter) :

Wmic-Benutzerkontenliste voll(wmic useraccount list full)

wmic useraccount list zeigt die Details aller Benutzerkonten vollständig an

3. Wenn Sie nun viele Benutzerkonten haben, wird diese Liste lang sein, daher ist es eine bessere Idee, die Liste in eine Notepad-Datei zu exportieren.

4. Geben Sie den Befehl in cmd ein und drücken Sie die Eingabetaste(Enter) :

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

Exportieren Sie die Liste der Details aller Benutzerkonten auf dem Desktop |  So zeigen Sie Benutzerkontodetails in Windows 10 an

5. Die obige Datei user_accounts.txt wird auf dem Desktop gespeichert, wo sie leicht zugänglich ist.

6. Das war's, und Sie haben erfolgreich gelernt, wie Sie Benutzerkontodetails in Windows 10 anzeigen.(How to View User Account Details in Windows 10.)

Informationen zur Ausgabedatei:(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

Empfohlen:(Recommended:)

Das war's, Sie haben erfolgreich gelernt, wie man Benutzerkontodetails in Windows 10(How to View User Account Details in Windows 10) anzeigt , aber wenn Sie noch Fragen zu diesem Tutorial haben, können Sie diese gerne im Kommentarbereich stellen.



About the author

Ich bin Softwareentwickler und Entdecker. Ich habe Erfahrung sowohl mit der Microsoft Xbox 360 als auch mit dem Google Explorer. Ich bin in der Lage, Expertenempfehlungen für bestimmte Softwareentwicklungstools zu geben und Menschen bei der Behebung häufiger Explorer-Fehler zu helfen.



Related posts