<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reset password Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/reset-password/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 04 Sep 2020 09:36:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to reset administrator password  on Windows Server 2019</title>
		<link>https://www.osradar.com/how-to-reset-password-administrator-on-windows-server-2019/</link>
					<comments>https://www.osradar.com/how-to-reset-password-administrator-on-windows-server-2019/#respond</comments>
		
		<dc:creator><![CDATA[Roger Polanco]]></dc:creator>
		<pubDate>Fri, 04 Oct 2019 07:29:02 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[administrator password]]></category>
		<category><![CDATA[Reset password]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.googez.com/?p=1910</guid>

					<description><![CDATA[<p>Hello! Next, we will continue to explore the world of Windows Server 2019. To be specific, let&#8217;s explain a very sensitive aspect of system security. It is about the administrator password. Of course, the use of a secure password is one of the most important security measures, as it prevents unauthorized access to the system. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-reset-password-administrator-on-windows-server-2019/">How to reset administrator password  on Windows Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Next, we will continue to explore the world of Windows Server 2019. To be specific, let&#8217;s explain a very sensitive aspect of system security. It is about the administrator password. Of course, the use of a secure password is one of the most important security measures, as it prevents unauthorized access to the system. Additionally, when we install Windows Server 2019, the system asks us to assign the password of the administrator user.  If you want more information on how to install windows server 2019, check <a rel="noreferrer noopener" aria-label="here. (opens in a new tab)" href="https://www.googez.com/install-windows-server-2019-step-by-step/" target="_blank">here.</a> This account is local and has elevated privileges to run processes on the system and its services. As you can see, this password is a sensitive part of the system security. Also, if for some reason we forget it, we will not be able to access the system. So, here I show you how to reset the administrator password in Windows Server 2019.</p>



<h2>Prerequisite</h2>



<ul><li>A DVD or USB with the Windows Server 2019 boot image.</li></ul>



<h2>Recovering Windows Server 2019  administrator password using CMD. </h2>



<p>In the first place, please enter your DVD or USB and start the system as if you were going to format it. When the installation window appears, please click Next to continue.</p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass-1024x768.jpeg" alt="Windows Server 2019 Installation screen" class="wp-image-1914"/><figcaption>Windows Server 2019 Installation screen</figcaption></figure>



<p>In the next screen, you have to click on <em>repair your computer</em></p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass2-1024x768.jpeg" alt="Click on repair your computer" class="wp-image-1916"/><figcaption>Click on repair your computer</figcaption></figure>



<p>Here are 3 options: Continue, Troubleshoot and Turn off your PC. You have to select the 2nd option <em><strong>Troubleshoot.</strong></em></p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass3-1-1024x768.jpeg" alt="Select troubleshooter" class="wp-image-1918"/><figcaption>Select troubleshooter</figcaption></figure>



<p>When redirected to the following window, please select <em>Command Prompt</em></p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass7-1-1024x768.jpeg" alt="Select Command Prompt" class="wp-image-1923"/><figcaption>Select Command Prompt</figcaption></figure>



<h2>Using the Command Prompt</h2>



<p>A CMD will open immediately. Once there you must run the following commands textually:</p>



<pre class="wp-block-preformatted">d:
cd Windows
cd System32
move utilman.exe utilman.exe.bak
copy cmd.exe utilman.exe
net user administrator /active:yes
shutdown -r -t 0</pre>



<p>If all goes well, the Command Prompt should look like this:</p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass4-1024x768.jpeg" alt="Command Prompt running the required commands" class="wp-image-1924"/><figcaption>Command Prompt running the required commands</figcaption></figure>



<p>Commands have to be entered one by one. Additionally, let&#8217;s see what commands we&#8217;re running in the system. With the first 3 commands, we place ourselves in the unit where Windows Server is installed, and we navigate specifically to the System32 folder. The 4th command we introduce makes a backup of the <strong>utilman</strong> executable in case we want to restore it later. The next command allows replacing the Administrator of Utilities in the start screen by the cmd.exe. This is essential, as we will be able to modify the password using Command Prompter. The subsequent command activates the administrator user. Finally, the last command we enter restarts the server. Please note that you need to enter the commands as I leave them here so as not to make any configuration errors.</p>



<p>After entering the last of the commands, the server will restart. Once on the home screen press the Win+U combination. Straightaway, a CMD will open where you have to enter the next command:</p>



<pre class="wp-block-preformatted">net user administrator newpassword 
exit</pre>



<p>Where<em> newpassword</em> is the new password that you will assign to the Windows Server administrator.  The command prompt should look like this:</p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass5-1024x768.jpeg" alt="Setting a new administrator password using CMD" class="wp-image-1927"/><figcaption>Setting a new administrator password using CMD</figcaption></figure>



<p>After setting the password, enter Exit to exit the CMD and return to the home screen. Then, enter the new password you just created. You should be able to access it without any problems.</p>



<figure class="wp-block-image"><img src="//www.osradar.com/wp-content/uploads/2019/10/pass6-1024x768.jpeg" alt="Entering the new password" class="wp-image-1929"/><figcaption>Entering the new password</figcaption></figure>



<p>However, if you want to restore the original values, you just have to repeat the process using the following command:</p>



<pre class="wp-block-preformatted">del utilman.exe ren utilman.exe.bak utilman.exe</pre>



<h2>Conclusion</h2>



<p>As can be seen, the procedure for reset the administrator password on Windows Server is not complicated to execute. However, some users are reluctant to use CMD. But, by exactly following the instructions we give you, you will be able to recover access quickly. Before I say goodbye, I would like to invite you to join our <a rel="noreferrer noopener" aria-label="Facebook (opens in a new tab)" href="https://www.facebook.com/groups/2683310658354708/" target="_blank">Facebook</a> group. All right, that&#8217;s it for now, see you next time.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-reset-password-administrator-on-windows-server-2019/">How to reset administrator password  on Windows Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-reset-password-administrator-on-windows-server-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Reset Windows 10 Password</title>
		<link>https://www.osradar.com/reset-windows-10-password/</link>
					<comments>https://www.osradar.com/reset-windows-10-password/#comments</comments>
		
		<dc:creator><![CDATA[Mel K]]></dc:creator>
		<pubDate>Mon, 29 Jan 2018 10:54:54 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Reset password]]></category>
		<category><![CDATA[Reset Windows 10 Password]]></category>
		<category><![CDATA[Windows 10 password reset]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=1529</guid>

					<description><![CDATA[<p>Forgetting passwords is nothing new, but happens with most us a lot of time. If you forget your computer&#8217;s password which is running on Windows 10, don&#8217;t panic! This tutorial will help you to reset Windows 10 password in several ways. Some of the methods may seem technical, but you will reset the password and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/reset-windows-10-password/">How to Reset Windows 10 Password</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Forgetting passwords is nothing new, but happens with most us a lot of time. If you forget your computer&#8217;s password which is running on Windows 10, don&#8217;t panic! This tutorial will help you to reset Windows 10 password in several ways. Some of the methods may seem technical, but you will reset the password and make your Windows 10 computer usable again by following the steps.</p>
<p><strong>Method 1: Using the Password reset <a href="https://www.windowscentral.com/how-create-and-use-password-reset-disk-windows-10">disk</a> function:</strong></p>
<p>This is the official way to reset Windows 10 password. When you are using Windows 10, make sure to go to Control panel&gt;&gt; User accounts&gt;&gt;Create a password disk.</p>
<p>In this process, all you need is a USB drive and creating the password reset disk and follow the wizard. If you forget the password, you can use the USB and click <strong>RESET. </strong>Then follow the steps to reset windows 10 password.</p>
<p>The only drawback of this method is, it needs a password reset disk created before the password has been lost. So, if you don&#8217;t have the disk, follow the next method.</p>
<p><strong> Method 2: Reset Windows 10 password online:</strong></p>
<p>Another easy and quick method to reset Windows 10 password on your computer. If you log in your computer using the Microsoft account, then you can visit the <a href="https://account.live.com/password/reset">Windows Live password reset</a> page to reset the Windows 10 password.</p>
<p>Follow the steps to reset your password:</p>
<ul>
<li> Select &#8220;I forget my password&#8221; and click next.</li>
</ul>
<p><img loading="lazy" class="alignnone size-full wp-image-1531" src="https://www.osradar.com/wp-content/uploads/2018/01/forgot-microsoft-account-password.png" alt="" width="600" height="372" srcset="https://www.osradar.com/wp-content/uploads/2018/01/forgot-microsoft-account-password.png 600w, https://www.osradar.com/wp-content/uploads/2018/01/forgot-microsoft-account-password-300x186.png 300w, https://www.osradar.com/wp-content/uploads/2018/01/forgot-microsoft-account-password-356x220.png 356w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<ul>
<li>In the next page, it will ask you to send a verification code to phone or 2nd email.</li>
<li>Then check your message or e-mail and Enter the code into the box.</li>
</ul>
<p>After the process is complete, you can log in to Windows 10 with the new password. But, this method has a drawback, which is you cannot use this method if your Windows 10 computer has no Microsoft account attached.</p>
<p><strong>Method 3: Using MSDaRT to reset Windows 10 password:</strong></p>
<p>MSDaRT is a Windows recovery software available for Technet Plus subscribers, MSDN subscribers, and Microsoft Volume customers. You can create a recovery CD with DaRT inside and boot from the USB.</p>
<p>Then from the LockSmith option under Microsoft Diagnostic and Recovery option, you can reset Windows 10 password.</p>
<p><img loading="lazy" class="alignnone size-full wp-image-1532" src="https://www.osradar.com/wp-content/uploads/2018/01/clip_image010_2.jpg" alt="" width="477" height="364" srcset="https://www.osradar.com/wp-content/uploads/2018/01/clip_image010_2.jpg 477w, https://www.osradar.com/wp-content/uploads/2018/01/clip_image010_2-300x229.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/01/clip_image010_2-80x60.jpg 80w" sizes="(max-width: 477px) 100vw, 477px" /></p>
<p>Here is a complete guide to using MSDart to reset Windows 10 password: via <a href="https://blogs.technet.microsoft.com/aviraj/2009/03/27/mdop-dart-reset-forgotten-windows-account-passwords/">TechNet</a>.</p>
<p><strong>Method 4: Using a third-party app to reset Windows 10 password:</strong></p>
<p>PCUnlocker is a premium software to reset Windows 10 password. You need to visit their site and download the ISO image to create a Live CD.</p>
<p><img loading="lazy" class="alignnone size-full wp-image-1533" src="https://www.osradar.com/wp-content/uploads/2018/01/pcunlocker_big.png" alt="" width="545" height="489" srcset="https://www.osradar.com/wp-content/uploads/2018/01/pcunlocker_big.png 545w, https://www.osradar.com/wp-content/uploads/2018/01/pcunlocker_big-300x269.png 300w, https://www.osradar.com/wp-content/uploads/2018/01/pcunlocker_big-468x420.png 468w" sizes="(max-width: 545px) 100vw, 545px" /></p>
<p>After booting the Computer with Live CD/USB drive, you will see all accounts on your computer. And, from the menu, you will be able to:</p>
<ul>
<li>Unlock locked account,</li>
<li>Reset account password,</li>
<li>Delete/Switch account,</li>
<li>Promote Guest account to Administrator, etc.</li>
</ul>
<p><strong>Method 5: Restore your Windows 10:</strong></p>
<p>If you don&#8217;t want to use any of the above methods, or you have encrypted hard drive with bit-locker, you can restore your computer to the most recent state to reset Windows 10 password.</p>
<ul>
<li>Hold SHIFT and click restart on login screen,</li>
<li>When the computer restarts in &#8220;Advanced Startup,&#8221; select &#8220;Troubleshoot&#8221;</li>
<li>Then select &#8220;Advanced Option&#8221;</li>
<li>Select &#8220;System Restore&#8221; and follow the steps.</li>
</ul>
<p><img loading="lazy" class="alignnone size-full wp-image-1534" src="https://www.osradar.com/wp-content/uploads/2018/01/xtwbo_a.png.pagespeed.gpjpjwpjwsjsrjrprwricpmd.ic_.xdF3KIH5ts-1.png" alt="" width="644" height="420" srcset="https://www.osradar.com/wp-content/uploads/2018/01/xtwbo_a.png.pagespeed.gpjpjwpjwsjsrjrprwricpmd.ic_.xdF3KIH5ts-1.png 644w, https://www.osradar.com/wp-content/uploads/2018/01/xtwbo_a.png.pagespeed.gpjpjwpjwsjsrjrprwricpmd.ic_.xdF3KIH5ts-1-300x196.png 300w" sizes="(max-width: 644px) 100vw, 644px" /></p>
<p>This process might take a while. You can select different options and restore point to do the system restore. And when the process is complete, you can access your computer as usual.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/reset-windows-10-password/">How to Reset Windows 10 Password</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/reset-windows-10-password/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
