{"id":9714,"date":"2020-12-22T02:42:34","date_gmt":"2020-12-22T06:42:34","guid":{"rendered":"http:\/\/nycphantom.com\/journal\/?p=9714"},"modified":"2020-12-22T02:42:35","modified_gmt":"2020-12-22T06:42:35","slug":"windows-2012-server-r2-reset-administrator-password","status":"publish","type":"post","link":"https:\/\/nycphantom.com\/journal\/?p=9714","title":{"rendered":"Windows 2012 Server R2 Reset Administrator Password"},"content":{"rendered":"\n<p>While <a rel=\"noreferrer noopener\" href=\"https:\/\/www.isunshare.com\/windows-server\/reset-password-windows-server-2012-after-forgot.html\" target=\"_blank\">this may work and I almost did this<\/a>, I could just easily do it via Active Directory by right clicking Administrator in Users and reset password right away. Since I have and could sign in as another admin user. Then, it would just force the administrator to sign in for the required password change as somehow it would not allow such the active directory password to set directly for administrator. I used <strong>AnyDesk <\/strong>to remote in to the server to sign in as administrator.<\/p>\n\n\n\n<p>But just in case we have to do the hard way and that the link I included above is broken:<br><\/p>\n\n\n\n<p><strong>Step 1:<\/strong>&nbsp;Create a Windows Server 2012 installation media in an accessible computer.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>1. First you have to get a&nbsp;<a href=\"https:\/\/www.microsoft.com\/en-us\/evalcenter\/evaluate-windows-server-2012-r2\" target=\"_blank\" rel=\"noreferrer noopener\">Windows Server 2012 ISO<\/a>&nbsp;file on the current PC.<\/li><li>2. Download and install&nbsp;<a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=56485\" target=\"_blank\" rel=\"noreferrer noopener\">Windows USB\/DVD Download Tool<\/a>.<\/li><li>3. Follow the wizard to finish creating the installation media.<\/li><\/ol>\n\n\n\n<p>Otherwise, you can refer to this post, Windows Server 2012 also works:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.isunshare.com\/blog\/make-windows-10-8-7-repair-recovery-disk-usb-flash-disk\/\">How to Make a Windows Installation Disk with USB\/CD\/DVD Drive<\/a><\/p>\n\n\n\n<p><strong>Step 2:<\/strong>&nbsp;Insert to the locked Windows Server 2012 computer and continually hit the boot key to enter BIOS. Setting your installation disk as the first boot option then press<strong>&nbsp;F10<\/strong>&nbsp;to save and exit.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong>&nbsp;Enter your language and other preferences and click on the&nbsp;<strong>Next&nbsp;<\/strong>button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/click-on-next.png\" alt=\"click on next\"\/><\/figure>\n\n\n\n<p><strong>Step 4:&nbsp;<\/strong>After that, click on&nbsp;<strong>Repair your computer<\/strong>&nbsp;in the lower-left corner.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/repair-your-computer.png\" alt=\"repair your computer\"\/><\/figure>\n\n\n\n<p><strong>Step 5:&nbsp;<\/strong>In the&nbsp;<strong>Choose an option<\/strong>&nbsp;window, tap on&nbsp;<strong>Troubleshoot<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/choose-an-option.png\" alt=\"choose an option\"\/><\/figure>\n\n\n\n<p><strong>Step 6:&nbsp;<\/strong>When the&nbsp;<strong>Advanced options<\/strong>&nbsp;window shows you, click&nbsp;<strong>Command Prompt<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/command-prompt.png\" alt=\"command prompt\"\/><\/figure>\n\n\n\n<p><strong>Step 7:<\/strong>&nbsp;Type the following commands and hit&nbsp;<strong>Enter&nbsp;<\/strong>key at the end of each line.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>1. d:<\/li><li>2. CD windows\\system32<\/li><li>3. ren utilman.exe utilman.exe.bak<\/li><li>4. ren cmd.exe utilman.exe<\/li><li>5. wpeutil reboot<\/li><\/ol>\n\n\n\n<p>Then your computer will automatically restart.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/replace-cmd-with-utilman.png\" alt=\"replace cmd with utilman\"\/><\/figure>\n\n\n\n<p><strong>Step 8:&nbsp;<\/strong>In the Windows Server 2012 login screen, click on the&nbsp;<strong>Ease to access&nbsp;<\/strong>icon to open&nbsp;<strong>Utilman.exe<\/strong>. Run the net command to reset the Windows 2012 password and active the admin account.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>net user administrator Admin123<\/li><li>net user administrator \/active:yes<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/change-windows-server-2012-with-utilman-exe.png\" alt=\"change windows server 2012 with utilman exe\"\/><\/figure>\n\n\n\n<p>Then log in your Windows server with the new password&nbsp;<strong>Admin123<\/strong>. Finally, navigate to&nbsp;<strong>the Command Prompt in the installation disk&nbsp;<\/strong>to rename utilamn.exe to cmd.exe, and rename utilman.exe.bak to utilman.exe.<\/p>\n\n\n\n<p><strong>NOTE:<\/strong>&nbsp;If you have no permission to rename the utilman and cmd program, please repeat the Step 1-6 above and run the command lines below:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>1. d:<\/li><li>2. cd windows\\system32<\/li><li>3. ren utilman.exe cmd.exe<\/li><li>4. ren utilman.exe.bak utilman.exe<\/li><li>5. wpeutil reboot<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.isunshare.com\/images\/article\/windows-server\/reset-password-windows-server-2012-after-forgot\/replace-utilman-with-cmd.png\" alt=\"replace utilman with cmd\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>While this may work and I almost did this, I could just easily do it via Active Directory by right clicking Administrator in Users and reset password right away. Since I have and could sign in as another admin user. &hellip; <a href=\"https:\/\/nycphantom.com\/journal\/?p=9714\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-9714","post","type-post","status-publish","format-standard","hentry","category-technical"],"_links":{"self":[{"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/9714","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9714"}],"version-history":[{"count":1,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/9714\/revisions"}],"predecessor-version":[{"id":9715,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/9714\/revisions\/9715"}],"wp:attachment":[{"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nycphantom.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}