Меню Рубрики

Windows server 2012 r2 password reset

Система помоги сбросить пароль на Server 2012 R2

Задача: Разобрать шаги по сбросу пароля на Windows Server 2012 R2

Итак, у меня есть установленный образ Windows Server 2012 R2 Std под Virtualbox моей основной системы ноутбука Lenovo E555 Ubuntu Trusty Desktop (рабочее окружение Gnome Classic).

Запускаю пакет управления виртуальными машинами:

Приложения — Системные утилиты — Oracle VM Virtualbox, нахожу контейнер с именем WS2012R2_#1, запускаю его и открываю свойства данной виртуальной машины чтобы смонтировать с развернутой системой установочный диск с которого сейчас нужно будет произвести запуск:

Устройства — Оптические диски — Выбрать образ диска и указываю путь до местонахождения в системе установочного образа, в моем случае: Server2012R2_EN_DV9.ISO

Затем отправляю виртуальную машину в перезагрузку

VM: WS2012R2_#1 — Машина — Перезапустить (или сочетание клавиш: Ctrl + R если окно консоли виртуальной машины открыто), в момент когда на экране появится надпись «Press any key to book from CD or DVD» нужно нажать клавишу Enter, после чего соглашаемся (нажимаем кнопку Next) с выставленными настройками установщика, такими как:

  • Language to install: English (United States)
  • Time and currency format: English (United States)
  • Keyboard or input method: US

На следующем шаге нужно не нажимать «Install Now», а нажать «Repair your computer», см. скриншот ниже для наглядного понимания:

После входа в расширенное меню следует перейти нажав на иконку с изображением отвертки и гаечного ключа (Troubleshoot), а потом на иконку с изображением консоли командной строки (Command Prompt) и передо мной предстает запущенная консоль, как можно заменить с правами Администратора ожидающая ввода команд:

Здесь нужно ввести следующие команды аналогичные тем которые вводились в заметке по сбросу пароля на системную учетную запись в Windows Server 2008 R2, но можно и не сбрасывать пароль, а создать логин и пароль и дать административные привилегии:

X:\Sources>copy d:\Windows\System32\Utilman.exe d:\Windows\System32\Utilman.exe.backup

X:\Sources>copy d:\Windows\System32\cmd.exe d:\Windows\System32\Utilman.exe

Overwrite d:\Windows\System32\Utilman.exe? (Yes/No/All): y

Затем отключаю смонтированный инсталляционный образ Windows от контейнера с виртуальной системой:

Устройства — Оптические диски — Изъять диск из привода

Выключаю VM, закрыв открытое окно консоли командной строки и нажав на иконку «Turn off your PC»

Включаю VM, когда экран встанет на этапе нажатия сочетания клавиш: Ctrl + Alt + Del нужно нажать вот сюда (см. скриншот ниже), если не проделывалась процедура подмены исполняемого файла Utilman.exe, то ранее здесь бы запустилась утилита «Центра специальных возможностей», но т. к. я ее подменил, то запуститься консоль командной строки с правами СИСТЕМЫ, а это много больше чем административные права:

Когда такая консоль, системная консоль запущена в этот момент с системой можно делать все что угодно, создавать административного пользователя:

C:\Windows\system32\net user ekzorchik 712mbddr@ /add

C:\Windows\system32\net localgroup Administrators ekzorchik /add

Сбросил пароль на дефолтную административную учетную запись с логином Administrator:

C:\Windows\system32\net user Administrator 712mbddr@

По такому же принципу, но с использованием консольных команд можно делать с системой все что необходимо.

После того, как нужно еще раз загрузиться с установочного диск и произвести возврат utilman.exe на свое законное место, т. к. если попытаться проделать эту процедуру авторизовавшись в системе под административной учетной записью сделать этого не получиться. В доступе на такое посягательство исполняемых файлов администратору системы будет отказано от системы.

C:\Windows\system32\copy Utilman.exe.backup Utilman.exe

Overwrite Utilman.exe? (Yes/No/All): y

К чему я писал данную заметку, просто у меня несколько дней назад была история. На домен контроллере поехало время, остановилась репликация, не работала авторизация ни под какой учетной записью на домен контроллере под управлением Windows Server 2012 R2 Standard, а вот с помощью шагов выше я попал в систему через восстановление контроллера домена и восстановил контроль на инфраструктурой. На этом у меня все, с уважением автор блога Олло Александр aka ekzorchik.

Используйте прокси ((заблокировано роскомнадзором, используйте vpn или proxy)) при использовании Telegram клиента:

Поблагодари автора и новые статьи

будут появляться чаще 🙂

Карта МКБ: 4432-7300-2472-8059
Yandex-деньги: 41001520055047

Большое спасибо тем кто благодарит автора за практические заметки небольшими пожертвованиями. С уважением, Олло Александр aka ekzorchik.

Источник

3 Ways to Reset Windows Server 2012 R2 Administrator Password

Are you worried about what would ensue upon forgetting your Windows Server 2012 administrator password? Yes of course, to worry on being locked out of your own computer system is a serious matter of concern which cannot be taken for granted. Many a times, in order to make it safer than the usual, you prefer to procure a very complicated password combination so that no one can decipher the pattern easily. But in due course of time, you forget it and fail to enter the same while starting the system. Formatting the hard disk can prove to be a fatal attempt as all the data your system possesses are most likely to be erased. So it is really a very bad idea. But there are many other tricks and trades that can be implemented to bypass the password protection if password forgotten.

If your computer is linked with a domain then simply sign in to it with a user profile which is associated with the Domain Admin group. You should be able to modify the password of your local administrator account password. But unfortunately, if it is not on a domain or if your domain account has no authority to change the password of your local administrator password then you can only use a password recovery tool like in the Part 3 to accomplish this task.

Method 1: Reset Windows Server 2012 Password With Setup Disk

This particular part is specially for Domain administrator users who lost their password. You will be required to have the Windows Server 2012 disc with you to make this part work. So here is the most detailed process which I did on a Windows 2008 Server running on VMware Workstation. The whole process is remarkably safe but not easy.

Step 1. Insert the bootable Windows Server 2102 disk on your PC and reboot your PC.

Step 2. Choose «Repair your computer» when prompted to ask and continue.

Step 3. Next, select Troubleshoot > Advanced Options > Command Prompt.

Step 4. Now, type the following command and press.

«MOVE C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak»

Step 5. This will backup the utilman.exe on your primary drive. Reboot your PC and on the login screen, press Windows key to launch the command prompt.

Step 6. Now, copy the following command line and press enter to change your computer password.

«net user administrator thenewpassword»

Kindly replace «thenewpassword» with any characters of your choice which you desire to make your PC password.

  • High level of computer expertise is needed.
  • Not recommended for newbies, it easily leads to data loss or system crashes.
  • This method has no any graphical interfaces which might not be good for most of new users.

Method 2: Rest Windows Server 2012 Admin Password with Password Reset Tool

If you do not want to take your computer to service center and want to fix the problem by yourself in a much cheaper price then unlocking your computer with a password recovery tool is the best option. In this guide, we will be using the advanced version of iSeePassword program to reset your Windows 2102 password.

iSeePassword Windows Recovery Advanced is a desktop program that you need to install on a working computer. Then, you can create a password reset disk with the help of this program what will be further used to reset password of your main computer. It can perfectly reset any account password like administrator, root and domain users without reinstalling system or wiping data. It just burn a WinPE file to USB or DVD/CD, then remove SAM file in your system, never damage or modify your system file. You can even reset Microsoft account passwords. Moreover, you can even add new administrator accounts and use them to access your PC normally.

Top Features of iSeePassword Windows Password Recovery Advanced
  • Reset local, administrator and guest account passwords on Windows without losing data.
  • Two ways to create bootable reset disk with CD/DVD or USB flash drive.
  • Support 2000+ brand computer like Dell, HP, Auss, Sony and more.
  • Compatible with all Windows versions such as Windows 7/8/10/98/95/2000/NT and also with Windows 2003/2008/2012/2016.

1 Download Program on Another Working Computer

Download and install the advanced version of this program on any accessible PC. Then you need to prepare a USB or DVD/CD for making a reset disk.

NOTE: With trial version, you can track all the accounts linked on your PC but if you want to unlock your system then kindly register the program.

2 Create a Bootable Password Reset Disk with USB or DVD/CD

Insert a USB drive on your PC and let it get recognized by the program automatically. Click on «Burn USB» from the main screen of the program and you will be able to see the progress bar as the program burns the ISO image file into your USB drive.

3 Insert the USB to Your Locked Windows 2003 Computer and Boot PC from USB

Remove the USB drive from the borrowed computer and insert it on your personal Windows 2013 system. You need to change the BIOS boot order so that the computer can be boot from USB reset disk. It’s easy to set.. jsut reboot your computer and type Del, F12, F2 or other certain keyboard to enter into BIOS settings.

4 Start to Reset Your Password, then Reboot Your Computer

Reboot the computer and wait for your monitor to display the recovery tool. It will shows your Windows 2013 system and the all accounts in it. You will have to choose the Windows OS version and the account you want to reset. Then, click once on «Reset Password», your password will be reset to blank. And restart your PC.

Your problem is resolved now! Your computer won’t ask any password and will welcome you normally like before.

Method 3: Take your Computer to the Nearest Repair Shop

If you are not a computer person then the best option is to take your computer to the nearest computer repair shop or service center. Please remember, most service centers re-install the Windows operating system that could erase all the data from your computer. So, if you don’t want to erase any files or software from your computer then we will recommend to use iSeePassword program and suggest the computer expert to use this program to bypass your Windows server 2012 R2 administrator password rather than formatting it.

Conclusion

For your safety and precaution, remember to create a password reset disk for your PC so that you can reset the password of your computer if you forgot it again. But never worry, iSeePassword program always helps to create your own password reset disk automatically that you can use to unlock any kind of Windows computer including your Windows server 2013. Please do not use this program for hacking or illegal purpose and use it only on your personal computers.

Vicky is a professional Windows technology author with many experience, focusing on computer technology. She’s very much enjoy helping people find solutions to their problems. Her knowledge and passion always drive her to discover everything about technology.

Источник

Windows server 2012 r2 password reset

3 Ways Reset Windows 2012 Server Local Administrator or User Password

Admin Password is the only password in your Operating system which are mostly compromised due to several mischief, whether you forget or lose the password, or your admin account has been invaded by any unknown intruder. The resulting consequence is that you become unable to access any of the Windows server system contents, files, folders, media files, etc. In most of the cases, user who forget or lose their admin password prefer to call a computer expert or take the system to the service centre to unlock their locked computer, but that creates a lot of hassle with unnecessary money expenditure.

Thus here in this article we would demonstrate you few basic methods or trickeries which will definitely help you to reset local administrator password on Windows server 2012 R2 without any external help.

Method #1: Reset Windows Server 2012 Admin Password with Command Prompt

Command Prompt is truly an excellent command line interpreter which can be used to interpret various tasks at the cost of certain code lines in short span of time. Here we would implement cmd to remove the forgotten password. Read the steps carefully to perform the method:

Step 1. Firstly, create a bootable disk using CD/DVD or USB and insert it into the locked computer.

Step 2. Choose your language and click on «Troubleshoot» option.

Step 3. Click on «Command Prompt» button to start it on an advanced mode and type the command scribbled below when the black dialog box turns up:

d: cd windows\system32

ren Utilman.exe Utilman.exe.old

copy cmd.exe Utilman.exe

Step 5. Exit your command prompt and then click «Continue». Your Windows server 2016 computer will re boot and go to the logon screen. Here click Windows Key + U to oepn command prompt again, then type command:

net user administrator Pa$$w0rd2

Write the actual username and the newly created password in place of USERNAME and PASSWORD option. Pa$$w0rd2 will be set to password for the Administrator user (case sensitive).

Now your job is done! You can enter the locked account with the newly set password.

Note:

1) In case you enter any wrong command mistakenly, it can cause serious damage to the system.

2) If the user is not familiar with the cmd, better not use it .

Method 2. Reset Windows Server 2012 Password with WinGeeker

If you have tried out all the possible resetting your Widnows Server 2012 administrator password measure with third party tools and methods, and none of them has lived up to your expectation, then you must try out Tunesbro WinGeeker Ultimate for once in order to get the guaranteed result. It is a wonderful tool which can actually bypass the login screen by manipulating the registry files without actually re-installing the Windows Server OS. As a result, your data is not lost off the system hard disk.

WinGeeker Ultimate — Unlock Your Windows Server 2012 Password with 1-Click
  • 100% resetting any Windows password without formatting and reinstaling system.
  • Create bootable disk in two ways- CD/DVD and USB.
  • Works with Windows Server OS, such as 2000/2003/2008/2012/2016/NT.and Windows 10/7/8/XP
  • It is perfectly compatible with legacy and UEFI BIOS based computers as well.

Pre-Requisities to use Tunesbro WinGeeker Ultimate:

1) An accessible computer CPU:В 1GHz (32 bit or 64 bit).
3) The Tunesbro WinGeeker Ultimate program file.
4) Empty optical disk (CD/DVD or USB).

Step 1 Get another Windows Computer and Install WinGeeker On It

Firstly download the software ISO image files and install it correctly on any one of your working computer.

Step 2 Insert USB or DVD/CD to Create A Reset Disk

Insert your optical disk into the working computer and launch the program. Click on «Burn USB» or «Burn CD/DVD» as per the disk specification. Once the ISO image files of the program get burnt on the optical disk, eject the disk.

Step 3 Boot from USB Drive on Locked Windows Server 12 Computer

Now re-insert it into the locked down computer and boot from it to load the program files into the locked computer. The boot order might need to be changed to load the files from «Device Priority» menu in BIOS settings. To do so, just press F2, F8, F12 or Del key on your keyboard continuously till the Boot menu appears. Then choose the USB or DVD name to boot from.

Step 4 Reset Local Administrator Password Instantly

When booting your Server 2012, it will open TunesBro WinGeeker program and shows system and user in the list. Now just select the users and click on «Reset Password» and «Reboot» buttons one after another to start the resetting process.

The computer will get a restart and when it turns up, there will be no password inquiry.

Part 3. Reset Administrator Password on Windows 2012 R2 with Reset Disk

If you had already created a password reset disk in your computer prior to forgetting your Server 2012 admin password, then this is the right time to implement it to unlock your system. Go through the guideline mentioned below to execute the method:

Step 1. Insert the USB stick containing the password reset files and restart your computer.
Step 2. Under the «Username» field click the «Reset Password» option.
Step 3. Once the forgotten password wizard turns up, click on «Next» button to proceed.
Step 4. Choose your drive name, where the password reset disk is stored and go to the next page. Now enter the password for the computer and save the changes.

And you are done! Now reboot your computer to apply for the changes and input the newly created password to access the locked down computer.

Conclusion

Since admin account is the only accessible account which gives you full authority upon all the system data, unable to access that particular account would surely bring a lot of serious predicaments if you are heavily dependent upon your computer. The aforementioned methods are fully operational and effective and you can choose any one of the methods described above. But if you are looking for a guaranteed result, better rely on the third method of TunesBro WinGeeker. Since the other two methods have got a lot of downsides, thus the third method is the only viable option to heed at last.

Melissa Parks is a Senior Editor with TunesBro, based in Australia office.В His current focus is on all things tech including iOS, Apple devices, desktop and laptop computers, software and more hands-on guides related iDevice.

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Windows server 2012 r2 part number
  • Windows server 2012 r2 oem dell
  • Windows server 2012 r2 nfs esxi
  • Windows server 2012 r2 msdn rutracker
  • Windows server 2012 r2 licensing server