Kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä

Jos käytät Windows 10 -tietokonetta, saatat haluta saada tietoja käyttäjätilistäsi tai muista tietokoneesi tileistä, kuten koko nimen, tilin tyypin jne. Joten tässä opetusohjelmassa näytämme, kuinka saat kaikki tiedot käyttäjätilistäsi tai kaikkien tietokoneesi käyttäjätilien tiedoista. Jos sinulla on liian monta käyttäjätiliä, on mahdotonta muistaa niiden kaikkia yksityiskohtia, ja tämä opetusohjelma auttaa tässä.

Kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä

Voit myös tallentaa koko luettelon käyttäjätileistä ja jokaisen tilin tiedot muistilehtiötiedostoon, josta se on helposti käytettävissä tulevaisuudessa. Käyttäjätilien tiedot voidaan purkaa yksinkertaisella komennolla komentokehotteen avulla. Joten tuhlaamatta aikaa, katsotaan kuinka tarkastella käyttäjätilin tietoja (View User Account Details)Windows 10 : ssä alla olevan oppaan avulla.

Kuinka tarkastella käyttäjätilin tietoja (View User Account Details)Windows 10 :ssä

Muista  luoda palautuspiste(create a restore point) siltä varalta, että jokin menee pieleen.

Tapa 1: Näytä tietyn käyttäjätilin tiedot(Method 1: View Details of a particular User Account)

1. Avaa komentokehote(Command Prompt) . Käyttäjä voi suorittaa tämän vaiheen etsimällä ‘cmd’( ‘cmd’) ja painamalla sitten Enter.

Avaa komentokehote.  Käyttäjä voi suorittaa tämän vaiheen etsimällä ‘cmd’ ja painamalla sitten Enter.

2. Kirjoita seuraava komento cmd:hen ja paina Enter :

verkkokäyttäjän käyttäjätunnus(net user user_name)

Näytä tietyn käyttäjätilin tiedot |  Kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä

Huomautus: (Note:) Korvaa(Replace) user_name sen käyttäjätilin todellisella käyttäjänimellä, jonka tiedot haluat purkaa.

3. Saat lisätietoja siitä, mikä kenttä edustaa mitä, vierittämällä tämän opetusohjelman loppuun.

4.Käynnistä tietokoneesi uudelleen tallentaaksesi muutokset.  Näin voit tarkastella käyttäjätilin tietoja Windows 10:ssä.(How to View User Account Details in Windows 10.)

Tapa 2: Näytä kaikkien käyttäjätilien tiedot(Method 2: View Details of All User Accounts)

1. Avaa komentokehote(Command Prompt) . Käyttäjä voi suorittaa tämän vaiheen etsimällä ‘cmd’( ‘cmd’) ja painamalla sitten Enter.

2. Kirjoita seuraava komento cmd:hen ja paina Enter :

wmic-käyttäjätililuettelo täynnä(wmic useraccount list full)

wmic-käyttäjätililuettelo kaikkien käyttäjätilien tiedot

3. Jos sinulla on nyt useita käyttäjätilejä, tämä luettelo on pitkä, joten on parempi idea viedä luettelo muistilehtiötiedostoon.

4. Kirjoita komento cmd:hen ja paina Enter :

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

Vie luettelo kaikista työpöydällä olevista käyttäjätileistä |  Kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä

5. Yllä oleva tiedosto user_accounts.txt tallennetaan työpöydälle, josta se on helposti käytettävissä.

6. Siinä kaikki, ja olet onnistuneesti oppinut kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä.(How to View User Account Details in Windows 10.)

Tietoja tulostiedostosta:(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

Suositus:(Recommended:)

Siinä olet onnistuneesti oppinut kuinka tarkastella käyttäjätilin tietoja Windows 10:ssä,(How to View User Account Details in Windows 10) mutta jos sinulla on vielä kysyttävää tästä opetusohjelmasta, kysy heiltä kommenttiosiossa.



About the author

Olen ammattimainen ääniinsinööri, jolla on yli 10 vuoden kokemus. Olen työskennellyt monenlaisissa projekteissa pienistä kodin äänijärjestelmistä suuriin kaupallisiin tuotantoihin. Taitoni on luoda erinomaisia ​​ääniraitoja ja äänenkäsittelytyökaluja, jotka saavat musiikin kuulostamaan upealta. Olen myös erittäin kokenut Windows 10:n kanssa, ja voin auttaa sinua saamaan kaiken irti tietokonejärjestelmästäsi.



Related posts