Восстановление доступа к системе может стать актуальной задачей для администраторов и пользователей Windows Server 2022, 2019 и 2016, а также других версий Windows. Если вы столкнулись с необходимостью сброса забытого пароля, этот процесс можно выполнить с помощью загрузочного образа операционной системы. В зависимости от того, работаете ли вы с физическим сервером или виртуальной машиной, вам потребуется записанный на USB-флешку образ системы или его ISO-версия соответственно. Ниже приведены шаги, которые помогут вам сбросить пароль и восстановить доступ к системе:
- Подготовка и подключение образа: Подключите загрузочный образ операционной системы к физическому серверу или виртуальной машине (ВМ). Это может быть образ на USB-флешке или ISO-файл.
- Загрузка с образа: Перезагрузите сервер или ВМ и настройте его на загрузку с подключенного образа операционной системы, аналогично процессу установки новой ОС.
- Доступ к командной строке: Сразу после начала загрузки системы с образа нажмите сочетание клавиш Shift + F10, чтобы открыть командную строку. Если доступ к командной строке не получен через Shift + F10, следуйте дальнейшим инструкциям: выберите опцию «Далее», затем «Восстановление системы», перейдите к разделу «Поиск и устранение неисправностей» и выберите «Командная строка».
После того как вы получили доступ к командной строке, следующим шагом будет попытка перейти на диск, обычно используемый под системный раздел, то есть на диск «C». Введите команду C:. Если система выдает сообщение об ошибке, указывая, что диск не найден, необходимо назначить этому разделу букву диска. Используйте для этого утилиту diskpart, следуя приведенным ниже инструкциям:
- Введите команду
diskpartдля запуска утилиты. - Введите
lis dis, чтобы отобразить список всех доступных дисков. Обычно системный диск обозначается как диск 0, но вам следует проверить, что это действительно тот диск, на котором установлена операционная система. - Выберите диск с помощью команды
sel dis 0, где 0 — номер диска с установленной ОС. - Чтобы увидеть разделы на выбранном диске, используйте
lis par. Это поможет определить номер системного раздела. - Выберите нужный раздел, введя
sel par X, где X — номер соответствующего раздела. Например, если системный раздел — это раздел 3, используйтеsel par 3. - Назначьте букву разделу командой
assign letter=C, чтобы раздел стал доступен под буквой C. - Проверьте, что буква успешно назначена, с помощью
lis vol. Раздел должен отображаться с новой буквой диска. - Завершите работу с diskpart, введя
exit.
В командной строке это выглядит так:
После успешного доступа к нужному разделу и назначения ему буквы, перейдите к следующим шагам для подготовки к сбросу пароля:
- Изменение файла вспомогательной утилиты:
a) Сначала переименуйте существующий файл утилиты вспомогательной доступности, чтобы сохранить его для последующего восстановления. Введите следующую команду:
move C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak
Это переименует файл Utilman.exe в Utilman.exe.bak. Этот шаг необходим для того, чтобы вы могли восстановить оригинальный файл после сброса пароля.
b) Затем создайте копию файла командной строки (cmd.exe) с именем Utilman.exe, чтобы получить прямой доступ к командной строке с экрана входа в систему. Используйте команду:
copy C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe
Это позволит запустить командную строку перед входом в систему, используя иконку вспомогательных технологий на экране блокировки.
В командной строке выглядит так:
После внесения необходимых изменений через командную строку в среде установочного образа Windows, следуйте этим шагам для безопасной перезагрузки вашего сервера:
- Закрытие командной строки:
- Закройте командную строку, нажав на крестик в углу окна или введя команду exit.
- Выход из установщика Windows:
- После закрытия командной строки, если вы находитесь в установщике Windows или в среде восстановления, закройте все открытые окна, нажимая на крестики или выбирая опцию «Отмена» при появлении запросов о продолжении установки. Система может предложить вам опции действий перед закрытием, включая возможность перезагрузки.
- Если представляется возможность выбора, используйте опцию «Выключить компьютер». Это самый безопасный способ завершить работу с установочным образом и гарантировать, что изменения, внесенные в систему, не приведут к нежелательным последствиям.
- Перезагрузка сервера:
- После выключения сервера включите его снова, используя физическую кнопку питания. Это обеспечит его загрузку с системного диска в обычном режиме.
- Убедитесь, что установочный носитель (например, USB-флешка или диск) удален или не выбран в качестве приоритетного устройства загрузки в настройках BIOS или UEFI, чтобы сервер загрузился с жесткого диска.
- Доступ к командной строке через экран блокировки:
-
- После перезагрузки и загрузки операционной системы обратите внимание на экран входа. На этом этапе, вместо стандартного ввода пароля, нажмите на иконку «Специальные возможности», которая теперь должна активировать командную строку. В зависимости от скорости вашей системы, возможно, потребуется подождать несколько минут, пока командная строка не станет доступной.
5. Сброс пароля пользователя:
-
- В открытой командной строке введите net user, чтобы увидеть список учетных записей пользователей на вашем компьютере. Это поможет вам определить точное имя учетной записи, для которой вы хотите сбросить пароль.
- Затем используйте команду net user имя_пользователя новый_пароль, заменив имя_пользователя на имя учетной записи, для которой вы сбрасываете пароль, и новый_пароль на пароль, который вы хотите установить. Например, если имя пользователя «admin» и вы хотите установить новый пароль «password123», введите:
net user admin password123
-
- После успешного выполнения команды закройте командную строку, введя exit.
6. Проверка нового пароля:
- Теперь попробуйте авторизоваться в системе, используя новый пароль для выбранной учетной записи.
После успешного сброса пароля важно восстановить первоначальное состояние системных файлов, чтобы закрыть доступ к возможности сброса пароля через экран блокировки. Для этого необходимо вернуть файл Utilman.exe на его исходное место:
- Повторный доступ к системе через образ:
- Перезагрузите ваш сервер, используя установочный образ Windows, как вы делали это ранее.
- Снова откройте командную строку на этапе выбора языка установки, используя сочетание клавиш Shift + F10.
- Переход на системный раздел:
- Если необходимо, используйте diskpart и соответствующие команды, как описано в предыдущих шагах, чтобы обеспечить доступ к диску C.
- Восстановление файла Utilman.exe:
- Введите следующую команду для восстановления оригинального файла вспомогательной утилиты доступности:
move C:\Windows\System32\Utilman.exe.bak C:\Windows\System32\Utilman.exe
Это действие заменит модифицированную версию файла Utilman.exe его оригинальной копией, восстанавливая стандартное поведение системы на экране блокировки.
4. Завершение работы:
-
- После восстановления файла введите exit для выхода из командной строки.
- Закройте все окна установщика Windows и отмените процесс установки, если система запросит подтверждение. Это должно привести к автоматической перезагрузке системы.
Мы надеемся, что это руководство помогло вам сбросить пароль. В заключение, хотим напомнить, что наша компания предлагает широкий спектр услуг, связанных с серверами. Независимо от того, нужен ли вам новый или б/у сервер, или вы ищете надежное решение для аренды выделенного сервера (Dedicated Server) или виртуального (VPS), мы готовы предложить оптимальные варианты, соответствующие вашим бизнес-потребностям. Свяжитесь с нами Контакты | OLP.kz для получения дополнительной информации о наших продуктах и услугах.
Публичное облако на базе VMware с управлением через vCloud Director
Стандартно вы можете изменить пароль администратора средствами панели управления или операционной системы. Однако в некоторых случаях может потребоваться ручной сброс пароля пользователя. Например, если имя администратора на сервере отличается от Administrator или Администратор, то смена пароля через панель управления не сработает. В таком случае необходимо вносить изменения в ОС штатными средствами или описанным здесь способом.
В этой статье мы рассмотрим, как сбросить пароль при отсутствии доступа к системе. Использовать этот способ следует только в отсутствие других возможностей.
- Загрузите сервер в режиме восстановления системы.
- Перейдите на вкладку Консоль в дашборде сервера, дальнейшая работа будет происходить там. Вы попадёте в командную строку LiveCD SystemRescue.
- Далее необходимо примонтировать диск, на который установлена операционная система. По умолчанию это
/dev/vda1:
mount /dev/vda1 /mnt
Список всех дисков можно посмотреть командой:
fdisk -l
Убедиться, что примонтирован необходимый диск, можно с помощью команды:
ls -l /mnt
Вы должны увидеть каталоги диска C:\.
- Перейдите в каталог
/mnt/Windows/System32/config/:
cd /mnt/Windows/System32/config/
Следующая команда выведет на экран всех пользователей Windows:
chntpw -l SAM
Возможный вывод:
В этом примере мы будем сбрасывать пароль пользователя Timeweb, однако вы точно так же можете сбросить пароль администратора. Администраторы отмечены флагом ADMIN в столбце Admin?.
Обратите внимание, что кириллические имена пользователей невозможно отобразить. Придётся ориентироваться по другим столбцам и количеству букв в имени пользователя.
- Для того, чтобы отредактировать пользователя нужно использовать его идентификатор, указанный в столбце
RID. В команду нужно ввестиRIDпосле специальной отметки0x, в нашем случае команда примет вид:
chntpw -u 0x03e9 SAM
Будет выведено интерактивное меню, где нужно выбрать предлагаемое действие:
Выбираем первый пункт (Clear (blank) user password).
Утилита выведет сообщение Password cleared! и вновь распечатает меню. Введите букву q для выхода и y для сохранения изменений:
Для проверки, что пароль пользователя Timeweb был действительно сброшен вновь выведем список пользователей — в последнем столбце будет отображено *BLANK*:
- Размонтируйте диск:
cd && umount /mnt
- Верните стандартный режим загрузки ОС.
- Как можно скорее задайте пользователю новый пароль. Сейчас войти в систему под пользователем можно без пароля. Установить пароль в Windows в разделе Учетные записи > Параметры входа > Добавить (или Accounts > Sign-in options > Password > Add).
Была ли статья полезна?
Ваша оценка очень важна
Forgot Windows Server 2022 admin password? Here’s how to reset!
Whether you’re using a local or domain administrator account on your Windows Server 2022, this guide explores everything you need to know if you forgot your admin password.
Jasmin Woods Updated on Apr 16, 2025 11:03 AM
There’s still possibility to access your Windows 2022 Server without the forgotten admin password.
Forgetting admin password on Windows Server can be frustrating, but it’s not the end of the world. If you’ve forgotten your Windows Server 2022 admin password and can’t log in, don’t worry. There are still ways to reset a forgotten admin password on Windows Server 2022, helping you unlock your computer and regain full access.
Whether you’re using a local or domain admin account, this guide will walk you through different password recovery solutions. From using the installation disk to efficient Windows password recovery tools, ensure you can reset the forgotten password to your Administrator account and sign in to your Windows Server 2022 again.
- Use installation disk if you forgot admin password on Windows Server 2022
- Use Windows Password Recovery to reset forgotten password for Windows Server admin
- Reset forgotten admin password on Windows Server 2022 if you still have access
- FAQs: If you forgot admin password for Windows Server
Supporting all Windows Server versions, the Windows Password Recovery can help remove and reset forgotten admin password for both local and domain users, all in simple clicks.
Disclaimer: All Windows Server password recovery options in this guide are only for legal and personal use.
Use installation disk if you forgot admin password on Windows Server 2022
If you’re locked out due to a forgotten Windows Server 2022 admin password, using an installation disk provides a workable way to reset Windows Server password and recover access to your Administrator account on computer.
By booting computer from the installation disk, you’re able to access the command prompts and use them for admin password reset to get back to your Windows 2022 Server. Here’s what to do after forgetting Windows Server 2022 admin password by using an installation disk:
Step 1. Boot from the Windows Server Installation Disk.
- Insert the Installation Disk (USB or DVD) to your Windows server 2022.
- Restart the server while repeatedly pressing the key (e.g., F2, F12, Delete, ESC) until you see the BIOS/UEFI menu.
- Use arrow keys to select the disk drive as the top boot option and confirm with Enter key.
Step 2. Access Common Prompt.
- Once your Window server boots from the disk, select language and keyboard, and go Next.
- When you’re able to, select Repair your computer > Troubleshoot > Command Prompt.
Step 3. Run the following commands to modify Utilman.exe.
- move c:\windows\system32\utilman.exe c:\windows\system32\utilman.exe.bak
- copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
TIP: Make sure to enter the commands correctly and press Enter key after each one.
Step 4. Restart computer and reset Windows Server 2022 password.
- Disconnect the disk and run wpeutil reboot command to restart your Windows server.
- On the login screen, click Ease of Access icon in the bottom right corner to launch Command Prompt.
- Type: net user Administrator NewPassword, make sure to replace the NewPassword with a new password you want to use for your Server, and press Enter.
After that, the admin password you can’t remember will be replaced by the new one.
Step 5. Restore the utility command you’ve modified.
- Boot from the installation disk again and access the Common Prompt.
- Run this command to reverse the boot changes:
copy c:\utilman.exe c:\windows\system32\utilman.exe
Step 6. Log in to your Administrator account using the new password.
- Close the Command Prompt window and restart your computer.
- Log in to your Windows 2022 Server using the new password.
Once done, you’ll get back to your Windows server 2022 after resetting the forgotten admin password.
Use Windows Password Recovery to reset forgotten password for Windows Server admin
If you can’t remember the admin password to your Windows 2022 Server and don’t have an installation disk available, Windows Password Recovery software offers an efficient solution, enabling you to reset admin password and regain full access to your Server without requiring the forgotten administrator credentials.
This powerful tool supports all major Windows Server versions and operating systems. With its intuitive interface and step-by-step guidance, you can securely remove or reset forgotten admin passwords on Windows Server 2022 and create new login password — all within minutes and without risking data loss.
Key features for Windows password reset on PC and laptop:
- Works with all versions of Windows 11/10/8.1/8/7/Vista/XP and Windows Server.
- Quickly remove forgotten passwords for both local and domain administrator accounts.
- Reset passwords for all user accounts, including admin, standard, and guest.
- Supports various PC & laptop brands, such as Dell, ASUS, Lenovo, HP, Acer, Sony, IBM, etc.
- Unlock computer without password and recover access to desktop.
- Intuitive interface with clear step-by-step instructions.
Steps to remove or reset forgotten admin password on Windows Server 2022 via Windows Password Recovery:
Step 1. Create a password reset disk for Windows Server 2022.
- Install Windows Password Recovery software on an accessible PC.
- Click the Start button to download necessary data package.
- Insert a media drive (USB or CD/DCD), select it and click Next to process.
- Confirm Yes to start burning a Windows server password reset disk.
Note that the inserted drive will be formatted during the burning process, make sure to back up your data in advance if there’s anything important.
Step 2. Boot your locked computer from the password reset disk.
Typically, your computer will boot from the hard drive where the Windows Server is installed. To bypass the forgotten password for reset, change the boot device to your USB disk first:
- Insert the burned USB drive or CD into your locked computer.
- Restart your computer while keeping pressing the correct key repeatedly. The key to use varies depending on which brand of desktop or laptop you’re using. Check the following:
For example, if you’re using a Lenovo desktop, keep pressing the F12 button on your keyboard when rebooting your computer.
- The boot menu will show up when you access BIOS successfully.
- Use the arrow keys to select the Boot tab, and select your USB drive from the boot devices.
- Press F10 to save the boot settings and exits the BIOS menu.
TIP: If you can’t change boot device to the reset drive or your computer is running UEFI, check this to boot from USB drive on Windows computer, or boot from CD/DVD-ROM in Windows.
Step 3. Reset forgotten Windows Server password for your admin account.
- Your computer will reboot again and enter the Windows Password Recovery screen.
- From the system menu, select your Windows version and proceed with Next.
- Select your Administrator account and choose Reset Account Password, check Next.
- In the pop-up window, enter a new password and click on Reset button.
Alternatively, you can use the Remove Account Password option to remove the forgotten admin password from your Windows 2022 server completely.
After that, your computer will restart, allowing for sign-in your Administrator account with the new password and regain full access your Windows 2022 Server. Make sure to pick a password you won’t forget easily. It also works for password reset on Windows Server 2019.
Reset forgotten admin password on Windows Server 2022 if you still have access
Another situation is that you still have access to your Windows Server or a domain-connected computer after forgetting the password to your Administrator account. If so, it may be possible to reset your forgotten admin password for a local or domain account:
After forgetting a local admin password on Windows Server 2022 — Use Set Password
Ensure you still have local access to your Windows Server 2022. Here’s what to do for forgotten admin password reset as a local user by accessing the Set Password option:
Step 1. Access local users and groups on your computer.
- When you’re able to, click Start > Run.
- Enter lusrmgr.msc in the type box and click OK to search for Local Users and Groups.
Step 2. Reset forgotten password for a local administrator on Windows 2022 Server.
- When Local Users and Groups console appears, double-click on Users in the left side.
- A list of current users will open on the right-hand pane.
- Right-click on your Administrator account and select Set Password from the expanded menu.
- Create a new password and confirm it.
- Click OK to save the password changes.
This way, you can sign in to your Administrator account and access your Windows 2022 Server with the new password. However, if you’re locked out of your computer completely, this method won’t be useful.
If you forgot a domain admin password on Windows Server 2022 — Use Active Directory
When one of your domain computers is still accessible with a user account that contains admin rights, follow these steps to reach Active Directory option after forgetting your Administrator account password on Windows Server 2022:
- Log in to a domain-connected computer using another user account with admin rights.
- Open the Start menu > Control Panel.
- Select Administrative Tools > Active Directory Users and Computers.
- In Active Directory Users and Computers console, click Users in the left-side pane.
- From the right side, right-click on the domain admin user whose password you’ve forgotten.
- Select Reset Password option from the drop-down list.
- Enter a new password that you can remember easily and type it again to confirm.
- Click OK to complete the admin password reset for Windows Server 2022.
If you can’t remember your Windows Server 2022 admin password and there’s no other domain computer available, get help from the Windows Password Recovery method for a full solution.
FAQs: If you forgot admin password for Windows Server
Q1. What can I do if I forgot my admin password on a Windows Server 2022 computer?
There are multiple ways to help you regain access after forgetting the admin password on a Windows Server computer:
- Use an installation disk to fully reset administrator account password.
- Use Active Directory on a domain-linked computer.
- Use Set Password option if you still have local access.
- Use Windows Password Recovery to remove or reset password for local or domain admin users.
Q2. I’m locked out of my Windows 2022 Server PC and don’t remember the password. How can I get back in?
To unlock a locked Windows 2022 Server when forgetting the admin password, you can use an installation disk to reset your Administrator account password and log in with a new password.
If you don’t have an installation USB or CD/DVD, some efficient tools like Windows Password Recovery can be useful to reset or remove a forgotten password for both local and domain users, letting you recover access to your Windows Server without admin password easily.
Q3. Can I reset my forgotten admin password without data loss?
If you can’t recall the right password to your admin account on a Windows Server 2022 PC, you may use an installation disk to reset your password for access recovery without data loss.
If you don’t have a useful installation drive, the 3rd-party tool Windows Password Recovery can remove the forgotten admin password from your Windows Server and reset a new one in clicks, without affecting any current data on your computer.
- Way 1. Use EaseUS Partition Master — Easiest and Fastest
- Way 2. Use Windows Server Password Reset Disk
- Way 3. Use Command Prompt
Resetting Windows Server passwords can become necessary in various situations, whether someone has forgotten the password or wants to update it for security purposes. Whatever reasons have led you to learn how to reset the Windows Server password, y. Follow this guide from EaseUS to easily reset the password for Windows Server in no time.
- Tip
- These methods apply to all versions of Windows Server, including 2022, 2019, 2018, 2016, and 2012. So, there’s no need to worry — you won’t face any complexity, as the steps are similar.
If you’re locked out and have forgotten the password, you’ll find the entire process with proper step-by-step instructions in this part. If you are a beginner, the first method might be an ideal option.
Way 1. Use EaseUS Partition Master — Easiest and Fastest
The easiest way is to use EaseUS Partition Master Server and its «Password Reset» feature to avoid the hassle and complexity of resetting the Windows Server, especially if you’re locked out and don’t remember the password. EaseUS Partition Master is easy to use and can create a password reset USB on another PC to unlock the server PC.
Download the Windows Server password reset tool and follow the steps below to unlock your Windows Server PC.
24/7 Tech Chat
Free Inquiry
Follow these steps:
Step 1. Insert the target USB disk into the computer, download and run EaseUS Partition Master, and click «Toolkit» > «Password Reset.»
Step 2. A small window will pop up. After reading it carefully, click «Create».
Step 3. Select the correct USB flash drive or external mobile hard disk and click «Create» again. Wait patiently. After the password reset USB flash drive is created, click «Finish.»
Step 4. Remove the password reset USB, insert it into the locked PC, and restart. You will be asked to change the boot drive to boot the PC from USB. Once completed, the system will automatically boot from USB.
Step 5. After restarting, find EaseUS Partition Master again and go to «Password Reset.» All accounts on the PC will be displayed in the interface; click on the target account and check «Reset & Unlock.»
Step 6. When you receive this prompt, click «Confirm» to continue. Your password will be erased.
Try EaseUS Partition Master right now to resolve the issue easily and become worry-free from password reset headaches!
24/7 Tech Chat
Free Inquiry
Let’s find the most appropriate way to reset the Windows server password, whether you’re locked out or logged in. We’ll provide multiple methods for both situations.
Way 2. Use Windows Server Password Reset Disk
You can use a password reset disk to reset the Windows Server password. However, the premise is that you created the password reset disk before you forgot the Windows Server password. If you have made a password reset disk, follow the guide below to reset the password for Windows Server 2016/2019/2022. If you did not create a password reset disk, turn to EaseUS Partition Master as an alternative.
Follow the steps:
Step 1. Intentionally enter the incorrect password at the login screen. Click the Password reset option.
Step 2. Connect the password reset disk to the locked PC when the password reset Wizard pops up.
Step 3. Choose the password reset disk and click «Next.»
Step 4. Create a new password and password hint, click «Next,» and restart the computer.
Step 5. Log in to Windows Server with the new password.
Share this article with your friends to help them out if they’re facing the same problem.
Way 3. Use Command Prompt
If you lack a password reset disk, there’s still a solution to reset your Windows server password even if you’re locked out. First, you need to create a Windows Server 2019 installation USB to launch the command tool as the built-in administrator and execute a command to reset the password of a local user account.
Follow the steps to reset the Windows server administrator password using Command Prompt:
Step 1. Connect the Windows Server 2019 installation USB to your PC and boot from it.
Step 2. Choose «Repair your computer» from the bottom left corner.
Step 3. Click «Troubleshoot».
Step 4. Click «Command Prompt» to open it.
Step 5. Then, type the following commands, pressing Enter after each one.
E:\windows\system32\utilman.exe E:\
copy E:\windows\system32\cmd.exe E:\windows\system32\utilman.exe
Step 6. Type wpeutil reboot and press Enter.
Step 7. Your PC will be rebooted. Click Ease of Access and in the window, type net user administrator * to reset the password.
Why Reset Windows Server Password?
The password of a Windows Server is different from that of a Windows PC. Resetting a Windows Server password is indeed more complex compared to standard Windows versions. The reasons are as follows:
- Single Administrator Account: Windows Server typically defaults to having only one local administrator account. If the password for this account is forgotten, access to the server is lost, making recovery more challenging.
- Increased Security Measures: Windows Server is designed with enhanced security features, intentionally making password resets more difficult. This is to protect sensitive data and maintain the integrity of the server environment, unlike standard Windows versions where recovery options are more straightforward.
- Password Storage Locations: Passwords in Windows Server are stored in different locations depending on the account type. Domain user passwords are kept in the Active Directory database, while local user passwords are stored in the Security Account Manager (SAM) file. Resetting these passwords requires specialized methods or tools, further complicating the process.
Hence, learning how to reset a Windows Server password is of rather importance. For beginners, EaseUS Partition Master will make the process easier and smoother.
Conclusion
Resetting your Windows Server password, whether you’re locked out or logged in, is a manageable task when you follow the right steps. This guide gave you detailed instructions for many methods. They ensure you can regain access or update your password with ease.
For the quickest and simplest solution, consider using EaseUS Partition Master, a reliable Windows Server 2019/2026 password reset tool. Its «Password Reset» feature can save you time and effort, especially if you’re locked out and don’t remember your password. By following the methods, you can tackle any password reset scenario with confidence.
Share this guide with your friends and colleagues who might find it helpful, and try EaseUS Partition Master to make the process even smoother.
FAQs About Windows Server Password Reset
Do you have more queries about resetting the Windows server password? Check the FAQs below.
1. Where are Windows Server passwords stored?
In Windows Server, there are two types of user accounts: domain user accounts, stored on the domain controller, and local user accounts, stored on the local computer.
The administrator account typically refers to a local user account. When logging in, the computer checks the user list and password file. Microsoft uses different encryption algorithms to protect these passwords, storing domain user accounts in the Active Directory database file (ntds.dit) and local user accounts in the Windows SAM registry hive.
2. How do I reset the Windows Server 2019 administrator password using Command Prompt?
You can reset the Windows Server 2019 administrator password using Command Prompt by creating a Windows Server 2019 installation USB.
- Create a Windows Server 2019 installation USB.
- Boot from the USB.
- Select «Repair your computer» and click «Command Prompt».
- Type commands to reset the password:
- E:\windows\system32\utilman.exe E:
- copy E:\windows\system32\cmd.exe E:\windows\system32\utilman.exe
- wpeutil reboot
- net user administrator *
3. How do you reset the Windows Server password with the installation CD?
You can reset the Windows Server password with the installation CD by booting from the CD, selecting the «Repair your computer» option, and then using the Command Prompt (CMD) to reset the password.
Related Articles
-
How to Clone Mac Hard Drive to External SSD (Easy Steps)
Oliver/2025/04/28
-
How to Format Bitlocker Encrypted Drive Using CMD
Cici/2025/04/28
-
Top Partition Magic Freeware/Best Partition Software
Tracy King/2025/04/28
-
How to Remove USB Partition on Windows 10/11
Tracy King/2025/04/28
