Windows10でユーザーアカウントの詳細を表示する方法

Windows 10 PCを使用している場合は、ユーザーアカウント、またはPC上の他のアカウントに関する情報(氏名、アカウントの種類など)を取得することをお勧めします。このチュートリアルでは、すべての情報を取得する方法を説明します。あなたのユーザーアカウントまたはあなたのPC上のすべてのユーザーアカウントの詳細について。ユーザーアカウントが多すぎる場合は、それらすべての詳細を覚えておくことは不可能であり、このチュートリアルが役立ちます。

Windows10でユーザーアカウントの詳細を表示する方法

また、すべてのアカウントの詳細を含むユーザーアカウントのリスト全体をメモ帳ファイルに保存して、後で簡単にアクセスできるようにすることもできます。ユーザーアカウントの詳細は、コマンドプロンプトを使用した簡単なコマンドで抽出できます。したがって、時間を無駄にすることなく、以下のガイドを使用して、Windows10でユーザー(Windows 10)アカウントの詳細を表示する方法を見てみましょう。(View User Account Details)

Windows10で(Windows 10)ユーザーアカウントの詳細を表示(View User Account Details)する方法

何か問題が発生した場合に備えて、必ず 復元ポイントを作成してください。(create a restore point)

方法1:特定のユーザーアカウントの詳細を表示する(Method 1: View Details of a particular User Account)

1.コマンドプロンプト(Command Prompt)を開きます。ユーザーは、「cmd」を検索してEnterキーを押すことにより、この手順を実行できます。

コマンドプロンプトを開きます。 ユーザーは、「cmd」を検索してEnterキーを押すことにより、この手順を実行できます。

2.次のコマンドをcmdに入力し、 Enterキー(Enter)を押します。

ネットユーザーuser_name(net user user_name)

特定のユーザーアカウントの詳細を表示する|  Windows10でユーザーアカウントの詳細を表示する方法

注:(Note:) user_nameを、詳細を抽出するユーザーアカウントの実際のユーザー名に置き換えます。(Replace)

3.どのフィールドが何を表すかについての詳細は、このチュートリアルの最後までスクロールしてください。

4. PCを再起動して変更を保存します。これ は、Windows10でユーザーアカウントの詳細を表示する方法です。(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キー(Enter)を押します。

wmicユーザーアカウントリストがいっぱい(wmic useraccount list full)

wmicuseraccountリストすべてのユーザーアカウントの詳細を表示

3.これで、多数のユーザーアカウントがある場合、このリストは長くなるため、リストをメモ帳ファイルにエクスポートすることをお勧めします。

4.コマンドをcmdに入力し、 Enterキー(Enter)を押します。

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

デスクトップ上のすべてのユーザーアカウントの詳細のリストをエクスポートする|  Windows10でユーザーアカウントの詳細を表示する方法

5.上記のファイルuser_accounts.txtは、簡単にアクセスできるデスクトップに保存されます。

6.これで、Windows10でユーザーアカウントの詳細を表示する方法を正常に学習できました。(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

私はソフトウェア エンジニアであり、探検家です。Microsoft Xbox 360 と Google Explorer の両方を使用した経験があります。特定のソフトウェア開発ツールについて専門的な推奨事項を提供したり、一般的な Explorer エラーのトラブルシューティングを支援したりすることができます。



Related posts