ホームページ  >  記事  >  システムチュートリアル  >  Windows 10 に存在するすべてのユーザー アカウントを確認する 5 つの方法

Windows 10 に存在するすべてのユーザー アカウントを確認する 5 つの方法

王林
王林オリジナル
2024-08-01 18:12:23433ブラウズ

何らかの理由で、Windows 10 に存在するすべてのユーザー アカウントの完全なリストを表示したい場合があります。このページでは、Windows 10 ですべてのユーザー アカウントを表示する 5 つの方法を紹介します。


  • 方法 1: Windows ログイン画面から
  • 方法 2: コントロールパネルを使用する
  • 方法 3: コンピューター管理ツールを使用する
  • 方法 4: コマンド プロンプトを使用する
  • 方法 5: Windows Password Refixer ツールを使用する
<script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>

Way 1: See all user accounts from the login screen

All active user accounts on Windows 10 display in a list in the lower left corner of the login screen. You can see all of them when you are at the login screen. But the disabled or hidden user accounts won't display here.

5 Ways to See All User Accounts Existing on Windows 10

Way 2: See all user accounts using Control Panel

Open the Control Panel in Windows 10, and go to User Accounts > User Accounts > Manage Another Accounts.

Then from here, you can see all user accounts that exist on your Windows 10, except those disabled and hidden ones.

5 Ways to See All User Accounts Existing on Windows 10

Way 3: See all user accounts using Computer Management tool

Step 1: Right-click on This PC and select Manage from the context menu to open Computer Management.

Step 2: Expand System Tools > Local Users and Groups, and then select the Users folder, so that it will list all user accounts existing on your Windows 10, including the disabled or hidden accounts. Furthermore, you can double-click on each user's name to see its properties if you want.

5 Ways to See All User Accounts Existing on Windows 10

Way 4: See all user accounts using Command Prompt

Step 1: Open a Command Prompt window as administrator.

Step 2: Type in the command: net user, and then press Enter key so that it will display all user accounts existing on your Windows 10, including the disabled and hidden user accounts. They are arranged from left to right, top to down.

5 Ways to See All User Accounts Existing on Windows 10

Step 3: If you want to view detailed information or properties about a specific user account, just type in the command: net user username, for example, net user Bella, and press Enter key. Then the window displays detailed information and properties about that user account, such as its full name, account active state, if the password is required or not, and so on.

5 Ways to See All User Accounts Existing on Windows 10

Way 5: See a list of all user accounts using Windows Password Refixer

Beyond that, you can also see the list of all existing user accounts using the third-party Windows Password Refixer tool. It would be helpful especially when you can't log on to Windows 10 or even can't start Windows 10 normally.

Tips: Windows Password Refixer is a Windows password reset tool designed to primarily help users to reset Windows password. But it also has two other valuable features, allowing you to view all user accounts existing on Windows and create a new admin account for Windows.

Step 1: If you just want to use this tool to view a list of all user accounts that exist on your Windows 10, you can download the Windows Password Refixer tool free on any computer and install it on that computer.

Step 2: Once you have it installed, launch it, and then follow the on-screen instructions to burn it to a USB device or CD/DVD flash drive to create a boot disk.

5 Ways to See All User Accounts Existing on Windows 10

Step 3: Connect the boot disk to your Windows 10 computer and start/restart it from the boot disk (USB or CD flash drive). If you have no idea how to do that, refer to this page: How to boot a computer from a USB drive, or How to boot a computer from a CD/DVD flash drive.

Step 4: If you boot your computer from that boot disk correctly, Windows Password Refixer should work and appear on your screen. It displays Windows 10 running on your computer and shows a full list of all user accounts existing on your Windows 10, including the disabled and hidden user accounts.

5 Ways to See All User Accounts Existing on Windows 10

Conclusion: The first two methods allow you to view all active user accounts on Windows 10, while the last three methods allow you to view the full list of all user accounts that exist on Windows 10, including the disabled and hidden user accounts.

<script> function loadads(){ var sscript = document.createElement('script'); sscript.src= 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9370365363357132'; document.body.appendChild(sscript); sscript.addEventListener('load',function (){document.body.removeChild(sscript) }) } setTimeout(loadads,500) </script>
<script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>

以上がWindows 10 に存在するすべてのユーザー アカウントを確認する 5 つの方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。