1. Выключите Виртуальную машину (VM) на которой забыт или утерян пароль локального администратора. Выберете нужный сервер нажмите Shutdown
2. Перейдите на вкладку Configure
когда VM будет выключена, в низу экрана кнопка Attach станет активной
3. Нажмите Attach, выберете DVD
4. Выберете нужный образ (1), нажмите ОК (2)
5. Выполните шаги по сбросу пароля
5.1 Boot the server from the Windows Server 2016 Installation DVD. When the Setup screen appears, press SHIFT + F10 keys to open Command Prompt.
5.2 At the Command Prompt, run the following commands:
d:
cd Windows\System32
ren Utilman.exe Utilman.exe.original
copy cmd.exe Utilman.exe
shutdown -r -t 0
5.3 The server should now reboot and present the logon screen. Press Windows Key + U or click the Ease of Access button, Command Prompt will pop up and type:
net user Administrator P@ssword123
This will set the password for the Administrator to be P@ssword123 (case sensitive).
5.4 Close the Command Prompt and you should now be able to log back onto Windows Server 2016 using the password you have provided in the previous step. After logging in, browse to the directory C:\Windows\System32, delete Utilman.exe and rename Utilman.exe.original back to Utilman.exe.