Все способы:
- Как узнать имя пользователя
- Способ 1: «Командная строка»
- Способ 2: Панель управления
- Вопросы и ответы: 5
Многие пользователи практикуют использование нескольких учётных записей на одном компьютере – например, в целях родительского контроля. Если аккаунтов много, может возникнуть путаница, поскольку не сразу понятно, под каким из них загружена система. Решить этот вопрос можно просмотром имени текущего пользователя, и сегодня мы хотим вас познакомить с методами совершения этой операции.
Как узнать имя пользователя
В более старых вариантах Виндовс псевдоним учётной записи отображался при вызове меню «Пуск», но разработчики отказались от этого в версии «окон» начиная с 8. В сборках «десятки» до 1803 эта возможность вернулась – имя можно было посмотреть через дополнительное меню «Пуска», доступное по нажатию кнопки с тремя полосками. Однако в 1803 и выше это убрали, и в новейшей сборке Windows 10 доступны иные варианты просмотра имени пользователя, приведём самые простые.
Способ 1: «Командная строка»
Множество манипуляций с системой можно совершить с помощью «Командной строки», в том числе и необходимую нам сегодня.
- Откройте «Поиск» и начните набирать словосочетание командная строка. В меню отобразиться нужное приложение – кликните по нему.
- После открытия интерфейса ввода команд укажите в нем следующий оператор и нажмите Enter:
net user
- Команда выведет на экран список всех учётных записей, созданных на этой системе.
К сожалению, никакого выделения текущего пользователя не предусмотрено, поэтому этот способ подходит только для компьютеров с 1-2 учётными записями.
Способ 2: Панель управления
Второй метод, с помощью которого можно узнать имя пользователя – инструмент «Панель управления».
- Откройте «Поиск», наберите в строке панель управления и кликните по результату.
- Режим отображения значков переключите в «Крупные» и воспользуйтесь пунктом «Учётные записи пользователей».
- Щёлкните по ссылке «Управление другой учётной записью».
- Откроется окно, в котором можно просмотреть все учётные записи, существующие на этом компьютере – справа от аватаров каждой из них можно увидеть имена.
Такой способ удобнее, чем задействование «Командной строки», поскольку применять его можно на любой учётной записи, и информацию указанная оснастка отображает более наглядно.
Мы рассмотрели способы, которыми можно узнать имя пользователя компьютера на Windows 10.
Наша группа в TelegramПолезные советы и помощь
Windows — многопользовательская система, что означает, что в ней могут относительно независимо работать несколько пользователей. Помимо пользовательских учетных записей, создаваемых при установке и после, в системе предусмотрено несколько скрытых системных учетных записей. При необходимости вы можете получить список и тех и других.
В этой простой инструкции подробно о способах посмотреть список пользователей Windows 11 или Windows 10, большинство из которых подойдёт и для предыдущих версий системы. Если вам требуется получить список пользователей без входа в систему, обратите внимание на последний раздел этого материала.
Windows PowerShell или Терминал Windows
Если по той или иной причине вам потребовалось получить список всех пользователей Windows 11, Windows 10 или одной из предыдущих версий системы — сделать это можно как в графическом интерфейсе, так и средствами командной стройки или PowerShell.
Я рекомендую начать с PowerShell, так как он позволяет быстро получить максимум информации об учетных записях пользователей:
- Запустите Windows PowerShell или Терминал Windows от имени администратора, для этого можно нажать правой кнопкой мыши по кнопке «Пуск» и выбрать нужный пункт контекстного меню.
- Введите команду
Get-LocalUser
и нажмите Enter.
- В результате вы получите полный список учетных записей пользователей, а также информацию, включена ли учетная запись в столбце «Enabled».
Обратите внимание, некоторые учетные записи могут вызвать вопросы, ответы на них можно найти в статьях:
- Как включить скрытую системную учетную запись Администратор в Windows 11 (подойдет и для Windows 10)
- Для чего нужна учетная запись WDAGUtilityAccount в Windows 11/10
Командная строка
Список пользователей Windows можно получить с помощью командной строки:
- Запустите командную строку (права администратора не обязательны).
- Введите команду
net user
и нажмите Enter, чтобы получить список всех пользователей.
- Ещё одни вариант команды:
wmic useraccount get name
Оба варианта отобразят как активных, так и отключенных (скрытых) пользователей, но без информации, о том, что это за учетная запись и включена ли она. Второй вариант команды допускает следующую модификацию:
wmic useraccount get name,status
для просмотра информации о статусе учетных записей (для включенных — Ok, для отключенных — Degraded).
Параметры Windows 11 и Windows 10
«Основной», но не идеальный метод просмотра списка пользователей в графическом интерфейсе — приложение «Параметры»:
- Откройте «Параметры».
- В Windows 11 откройте раздел «Учетные записи» — «Другие пользователи» для того, чтобы посмотреть список пользователей, помимо текущего (и без отключенных и системных учетных записей).
- Если вы используете семейную группу (например, для родительского контроля Windows), пользователи, добавленные в семью, будут показаны не в «Другие пользователи», а в «Учетные записи» — «Семья».
- В Windows 10 откройте «Параметры» — «Учетные записи» — «Семья и другие пользователи». На открывшемся экране будут показаны пользователи компьютера (за исключением текущего), а также члены семейной группы при их наличии.
Как в Windows 11, так и в Windows 10 в «Параметрах» вы не увидите отключенные учетные записи.
Локальные пользователи и группы
Ещё один вариант просмотра пользователей в графическом интерфейсе — оснастка «Локальные пользователи и группы».
- Нажмите клавиши Win+R на клавиатуре, либо нажмите правой кнопкой мыши по кнопке «Пуск» и выберите пункт «Выполнить». Введите lusrmgr.msc в диалоговое окно «Выполнить» и нажмите Enter.
- В открывшемся окне «Пользователи» вы сможете посмотреть список пользователей текущей системы, их статус (если рядом со значком отображается стрелка — пользователь отключен).
- Дважды нажав по учетной записи пользователя, можно изменить её параметры (например, включить или отключить пользователя) и посмотреть описание.
Некоторые дополнительные детали, которые могут пригодиться в части получения списка пользователей:
- Если при использовании способов получения списка пользователей в командной строке или PowerShell вам требуется вывести список в файл, просто добавьте «> путь_к_файлу» через пробел после команды, например:
wmic useraccount get name,status > spisok.txt
Учитывайте, что путь (папка) в которую сохраняется файл должен существовать, а если для сохранения файла в указанном расположении требуются права администратора, консоль следует запускать с соответствующими правами.
- При необходимости получить список пользователей без входа в систему в случае, если он невозможен, либо если система не запускается, вы можете использовать утилиты с WinPE, те же самые, которые описаны в последней части инструкции про сброс пароля Windows 11 (подойдет и для других версий системы).
Если у вас остаются вопросы, касающиеся просмотра списка пользователей Windows, вы можете задать их в комментариях ниже, описав ситуацию и задачу в деталях.
Забыли имя пользователя учетной записи Майкрософт
Applies ToMicrosoft account
Если вы ранее добавили сведения о безопасности (чтобы доказать, что это вы при входе), выполните следующие действия.
Если вы не настроили какие-либо сведения о безопасности, ознакомьтесь с проверка продуктах или службах, чтобы найти имя пользователя.
Поиск забытого имени пользователя с помощью других сведений
-
Найдите свое имя пользователя по контактному номеру телефона или адресу электронной почты.Искать
-
Запросите отправку защитного кода на номер телефона или адрес электронной почты, которыми вы пользовались.
-
Введите код и нажмите кнопку Далее.
-
Затем мы покажем подсказку имени пользователя в следующем формате: j********@outlook.com
Советы:
-
Номер телефона или другой адрес электронной почты можно использовать в качестве сведений о безопасности входа для нескольких учетных записей.
-
Если вы не распознаете телефон или подсказки электронной почты, прочитайте статью Мои имя пользователя и пароль перестали работать.
-
Вам не удалось найти свое имя пользователя
Если поиск имени пользователя не был успешным, попробуйте найти имя пользователя вашей учетной записи Майкрософт в других продуктах или службах, которые связаны с этой учетной записью. Ознакомьтесь с проверка своих продуктов или служб, чтобы узнать, как это сделать.
Если вы знаете имя пользователя и пароль, но они перестали работать, прочитайте статью Мои имя пользователя и пароль перестали работать.
См. также
Как проверить, принадлежит ли ваш адрес электронной почты учетной записи Майкрософт
Дополнительные сведения
Не можете войти?
Если вам не удается войти в учетную запись Майкрософт, большинство проблем можно определить с помощью нашего Вспомогательного приложения для входа.Вспомогательное приложение для входа
Обращение в службу поддержки
Чтобы получить техническую поддержку, перейдите в раздел Обращение в службу поддержки Майкрософт, опишите проблему и выберите Техническая поддержка. Если вам по-прежнему нужна помощь, выберитеОбратитесь в службу поддержки, чтобы получить наилучший вариант поддержки.
Важно: Чтобы защитить учетную запись и ее содержимое, нашим агентам поддержки не разрешается отправлять ссылки для сброса пароля или получать доступ к сведениям об учетной записи и изменять их.
Нужна дополнительная помощь?
Нужны дополнительные параметры?
Изучите преимущества подписки, просмотрите учебные курсы, узнайте, как защитить свое устройство и т. д.
Updated by
Cici on Jan 23, 2025
PAGE CONTENT:
Password management is a task that can be messed up if done manually. Sometimes, you forget essential passwords that can even put your device’s operations at stake. For a Windows device, the operating system has presented a diversity of methods that can be used to find the user credentials within the system.
In this article, our direction of discussion would primarily base on finding the username and password in Windows 10. Learn all the details to find out how to find a computer username and password in Windows 10 through multiple methods.
Yes, you can find the computer username and password within Windows 10. There are several reasons why someone needs to find their computer username and password. Here are some common reasons why to find a computer username and password in Windows 10:
- If the computer is being shared: For cases where multiple users share the Windows 10 computer or device, one must be aware of the username and password through which anyone can log in.
- If the user is facing computer issues: When troubleshooting the Windows 10 device, you will require your username and password.
- If the user needs to log in: When someone needs to log in to the Windows 10 computer, they will need the username and password.
- If the user needs to access the device remotely: There are situations where a user can access their Windows 10 computer remotely.
With all the highlighted reasons, the discussion will shift into realizing how to properly find a computer username and password for Windows 10. The following sections of the article will discuss four different ways that can be used to achieve it.
How to Find Windows Login Password
Discover quick steps to retrieve or reset your Windows login password. Here’s how to find Windows login passwords ensuring secure and easy access to your system.
How to Find Computer Username and Password in Windows 10 – 4 Ways
This part will provide a comprehensive guide on finding computer usernames and passwords in Windows 10 using four different techniques. An overview of all methods will help you finalize the best.
Way 1: Find Computer Username and Password via Key Finder
Way 2: Find Computer Username and Password via Credential Manager
Way 3: Find Computer Username and Password via the Command Prompt
Way 4: Find Computer Username and Password via Registry Editor
The first method provides the simplest options for better analysis, with quick and efficient results. The remaining methods are complicated in operations. So, we will begin with the easiest one.
Way 1: Find Computer Username and Password via Key Finder
Effective operations in locating credentials within a device can be achieved through proper tools. These tools, referred to as key finders, serve the purpose. For example, EaseUS Key Finder is a great utility tool for users seeking to restore their Windows 10 username and password. While it easily converts the product keys for the users, its instant operations make things look exceptionally easy.
Steps For Using EaseUS Key Finder To Find Username and Password:
We will discuss the significant steps used to find the username and password. But first, look through the provided measures to learn more about how to use the tool proficiently:
Step 1. Launch EaseUS Key Finder, and click «Windows Credentials» on the left pane.
Step 2. Now, you can check all available Windows Credential addresses with respective user names, and passwords.
You can click «Copy», «Print», or «Save» these Windows Credentials’ accounts and passwords at one time.
Advantages Of Using EaseUS Key Finder:
There are multiple reasons why you should prefer using EaseUS Key Finder to find the username and password of your Windows 10 computer:
- Besides retrieving Windows passwords, it can also recover lost product keys of Adobe and Microsoft Office.
- You can also find WiFi passwords with the help of this particular product.
- Without putting the data on compromise, EaseUS Key Finder returns accurate results to its users.
Compared with other tools, EaseUS Key Finder ensures it operates for the user. Rather than putting them in difficulty, it takes up the entire process, making it a preferable choice in the market.
Way 2: Find Computer Username and Password via Credential Manager
The Credential Manager holds all the saved passwords across the Windows device and the web. For example, find an Internet Explorer account and password. The data is retrievable when finding the username and password through Credential Manager. Although you won’t be displayed with the entire password against a particular username, other things can be practiced:
Step 1: You have to launch the «Control Panel» of your Windows 10 computer by typing the required option in the «Search» bar at the bottom of the screen.
Step 2: As you continue with the «Control Panel» opening on another window, Proceed to «User Accounts» to access the administrator details of your computer.
Step 3: Continue into the «Credential Manager» on the next screen and find yourselves in a window where you can adequately manage your Windows 10 credentials. From the available options, select «Windows Credentials» to proceed with the specific options.
Step 4: From the list of credentials, look for the specific detail in the «Windows Credentials» section. Click on the drop-down icon to open its details and continue to select the option of «Remove» to delete these credentials.
Step 5: As there is no particular way to observe the credentials through the Credential Manager, you can delete the previous ones and continue to create a new Windows credential by tapping the «Add a Windows credential» option. This opens a new screen where you can provide all the details to create a new one.
Way 3: Find Computer Username and Password via the Command Prompt
You can find administrator password Windows 10 using Command Prompt. When using the Credential Manager, insert the administrative password to access the details of the username and password stored in Windows 10. If this is the case and you do not remember your administrator password, using the command line can be another impressive option. Find out how to find a computer username and password in Windows 10 with Command Prompt:
Step 1: Access the «Search» bar from your computer’s taskbar and type «CMD» in the provided space to display the options on the screen. As you find the respective option, right-click the «Command Prompt» and choose «Run as administrator.»
Step 2: After getting prompted to a new window, the command line window will open on your Windows 10 computer. Continue to write the following command in the «Command Prompt»:
rundll32.exe keymgr.dll,KRShowKeyMgr
Step 3: As you hit «Enter,» a new window containing the details of the usernames and passwords will open. You can look into the multiple usernames and passwords from the «Stored User Names and Passwords» window. You can back up and restore the details of the passwords and usernames on other desktops if needed.
Way 4: Find Computer Username and Password via Registry Editor
Registry Editor can also serve a great purpose in helping users find the username and password credentials within Windows 10. While you must stay careful with the process, using the Windows Registry can provide the required results. When the need arises to access the administrator password of the Windows computer, the guide provided next is optimal:
Step 1: Using the «Window + S» shortcut key, open the «Search» bar from the taskbar at the bottom. As it opens, type regedit to launch the «Registry Editor» on the computer.
Step 2: Follow the navigation below to show Windows credential password:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Step 3: Go through the list to find the «DefaultPassword» file after accessing the folder. Double-click to launch it and get hold of the stored passwords within the computer.
Conclusion
The article has provided a variety of methods that can be used to figure out how to find a computer username and password for Windows 10. With all the discussed details, you have seen the diversity of the existing techniques in helping you find the username and passwords. However, it is only practical sometimes.
EaseUS Key Finder has extensively used its tool to guide users to find the credentials within a specific computer. Download and consider opting for this utility for finding your forgotten username and password of Windows devices every time.
If you want to know more information about how to recover or find usernames and passwords on other applications or browsers, click the below link to learn:
FAQs About Find Computer Username and Password in Windows 10
The provided FAQs display a composite guideline for finding the computer username and password in Windows 10. However, we do hope that you will discover the answers to your questions below:
1. Where are the passwords stored in Windows 10?
To locate the passwords stored within the Windows 10 computer, find them in the Credential Manager window, which can be accessed from:
Step 1: Open the Run program with the «Windows + R» shortcut key. Type in inetcpl.cpl and proceed to launch the command.
Step 2: With the open window, redirect to the «Content» tab from the top. Proceed to the «Settings» button under the «AutoComplete» section.
Step 3: As a new window opens, select «Manage Passwords» to open the «Credential Manager» on your Windows computer.
2. How can I find my computer username using CMD?
To discover the computer username that you are using on your Windows computer, follow the simple steps discussed below:
Step 1: Open the «Command Prompt» window by typing it in the «Search» bar on the taskbar below.
Step 2: Once it opens, use the command whoami to get the current username of your Windows 10 device.
3. What are the computer username and password?
The computer username and password act as the identifier and authenticator, respectively. To make a computer different, its username and password are defined, which can only be accessed by an individual or a group.
If you are on a Windows 10 PC, you might want to get some information about your user account or other accounts on your PC such as full name, account type etc. So in this tutorial, we will show you how to get all the information about your user account or details of all the user account on your PC. If you have too many user accounts, then it’s impossible to remember details all of them and this where this tutorial comes in to help.
You could also save the entire list of user accounts with details of every account to a notepad file where it can be easily accessed in future. Details of user accounts can be extracted via a simple command using the command prompt. So without wasting any time, let’s see How to View User Account Details in Windows 10 with the help of the below-listed guide.
Table of Contents
Make sure to create a restore point just in case something goes wrong.
Method 1: View Details of a particular User Account
1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
2.Type the following command into cmd and hit Enter:
net user user_name
Note: Replace user_name with actual username of the user account for which you want to extract the details.
3.For detail information about which field represents what, please scroll to the end of this tutorial.
4.Reboot your PC to save changes and this is How to View User Account Details in Windows 10.
Method 2: View Details of All User Accounts
1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
2.Type the following command into cmd and hit Enter:
wmic useraccount list full
3. Now if you have many user accounts, then this list will be long so it will be a better idea to export the list into a notepad file.
4. Type the command into cmd and hit Enter:
wmic useraccount list full >”%userprofile%\Desktop\user_accounts.txt”
5. The above file user_accounts.txt will be saved on the desktop where it can be easily accessed.
6. That’s it, and you have successfully learned 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.
|
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.
|
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:
|
Recommended:
- Enable or Disable Underline Access Key Shortcuts in Windows 10
- Change Color of Start Menu, Taskbar, Action Center, and Title bar in Windows 10
- Automatically Log in to User Account in Windows 10
- Enable or Disable User Accounts in Windows 10
That’s it you have successfully learned How to View User Account Details in Windows 10 but if you still have any queries regarding this tutorial please feel free to ask them in the comment’s section.