<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Windows on kistu</title>
  <link rel="alternate" href="/tags/windows/" />
  <link rel="self" href="/tags/windows/index.xml" />
  <subtitle>Recent content in Windows on kistu</subtitle>
  <id>/tags/windows/</id>
  <generator uri="http://gohugo.io" version="0.124.0">Hugo</generator>
  <language>en</language>
  <updated>2026-05-10T10:55:13+02:00</updated>
  <author>
    
    
  </author>
  
      <entry>
        <title>Reset Windows 10/11 Password</title>
        <link rel="alternate" href="/articles/006-reset-windows-1011-password/" />
        <id>/articles/006-reset-windows-1011-password/</id>
        <published>2026-05-10T10:55:13+02:00</published>
        <updated>2026-05-10T10:55:13+02:00</updated>
        <summary type="html">To reset a Windows 10/11 password (if you cannot login to your local user account), the Accessibility utility can be exploited.
This method does not require an external installation media, but only works for local accounts. If the drive is encrypted with BitLocker, it&amp;rsquo;s key will be required (this method does not reset the key).
Source: https://dev.to/jackscott7/reset-windows-1011-password-without-usb-or-reinstall-43m6
Online Microsoft accounts require internet access to login; passwords are tied to this account and cannot be reset locally.</summary>
          <content type="html"><![CDATA[<p>To reset a Windows 10/11 password (if you cannot login to your local user account), the Accessibility utility can be exploited.</p>
<p>This method does not require an external installation media, but only works for local accounts. If the drive is encrypted with BitLocker, it&rsquo;s key will be required (this method does not reset the key).</p>
<p>Source: <a href="https://dev.to/jackscott7/reset-windows-1011-password-without-usb-or-reinstall-43m6">https://dev.to/jackscott7/reset-windows-1011-password-without-usb-or-reinstall-43m6</a></p>
<p>Online Microsoft accounts require internet access to login; passwords are tied to this account and cannot be reset locally.</p>
<h1 id="boot-into-windows-recovery">Boot into Windows Recovery</h1>
<ul>
<li>Press the power button once the Windows/Computer logo appears on startup</li>
<li>Repeat 3 times; the next boot should show a &ldquo;Recovery&rdquo; screen</li>
<li>Click on &ldquo;See advanced repair options&rdquo;</li>
</ul>
<p>Some sources recommend pressing F11 on startup to enter &ldquo;Recovery&rdquo;, but this is not reliable; some machines may use F10 or F12 instead. Use the force shutdown method above instead.</p>
<p>



    
    <input type="checkbox" id="zoomCheck-8ae5a" hidden>
    <label for="zoomCheck-8ae5a">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="01-windows-recovery.png" alt="windows recovery" 
             />
    </label>

</p>
<h1 id="open-cmd-session">Open cmd session</h1>
<p>Select &ldquo;Troubleshoot&rdquo;




    
    <input type="checkbox" id="zoomCheck-e5a52" hidden>
    <label for="zoomCheck-e5a52">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="02-choose-an-option.png" alt="choose an option" 
             />
    </label>

</p>
<p>Select &ldquo;Advanced options&rdquo;




    
    <input type="checkbox" id="zoomCheck-1e488" hidden>
    <label for="zoomCheck-1e488">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="03-troubleshoot.png" alt="troubleshoot" 
             />
    </label>

</p>
<p>Select &ldquo;Command Prompt&rdquo;




    
    <input type="checkbox" id="zoomCheck-3fbec" hidden>
    <label for="zoomCheck-3fbec">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="04-advanced-options.png" alt="advanced options" 
             />
    </label>

</p>
<p>This will open a command prompt window.




    
    <input type="checkbox" id="zoomCheck-d643f" hidden>
    <label for="zoomCheck-d643f">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="05-cmd.png" alt="cmd" 
             />
    </label>

</p>
<h1 id="overwrite-utilman-with-cmd">Overwrite utilman with cmd</h1>
<p>Identify the operating system partition (value for &ldquo;osdevice&rdquo;). This is typically &ldquo;C:\&rdquo;, but it may be different.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-cmd" data-lang="cmd"><span class="line"><span class="cl">bcdedit
</span></span></code></pre></div><p>



    
    <input type="checkbox" id="zoomCheck-e9a72" hidden>
    <label for="zoomCheck-e9a72">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="06-bcdedit.png" alt="bcdedit" 
             />
    </label>

</p>
<p>Create a backup of &ldquo;Utilman.exe&rdquo;, and then replace it with &ldquo;cmd.exe&rdquo;:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-cmd" data-lang="cmd"><span class="line"><span class="cl"><span class="k">copy</span> C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.bak
</span></span><span class="line"><span class="cl"><span class="k">copy</span> C:\Windows\System32\cmd.exe     C:\Windows\System32\Utilman.exe
</span></span></code></pre></div><p>If prompted to overwrite, accept by typing &ldquo;Yes&rdquo;.</p>
<blockquote>
<p>Windows is not case sensitive. If you experience difficulty due to keyboard layout issues, special symbols (like &ldquo;\&rdquo;) can be copied from the terminal prompt.</p>
</blockquote>
<p>



    
    <input type="checkbox" id="zoomCheck-7c8f3" hidden>
    <label for="zoomCheck-7c8f3">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="07-copy.png" alt="copy" 
             />
    </label>

</p>
<p>The command prompt window can be closed and the system can now be rebooted.</p>
<h1 id="reset-password">Reset Password</h1>
<p>After startup, select the &ldquo;Accessibility&rdquo; icon at the bottom right of the screen. This will open a command prompt window.




    
    <input type="checkbox" id="zoomCheck-a25ab" hidden>
    <label for="zoomCheck-a25ab">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="08-accessibility.png" alt="accessibility" 
             />
    </label>

</p>
<p>List the users (to verify username) and change the password:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-cmd" data-lang="cmd"><span class="line"><span class="cl">net user
</span></span><span class="line"><span class="cl">net user <span class="s2">&#34;UserNameHere&#34;</span> <span class="s2">&#34;NewPasswordHere&#34;</span>
</span></span></code></pre></div><p>



    
    <input type="checkbox" id="zoomCheck-e50ae" hidden>
    <label for="zoomCheck-e50ae">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="09-password-reset.png" alt="password reset" 
             />
    </label>

</p>
<p>Although the next step is not necessary, it it recommended for security. Once logged in, open a command prompt and restore the Accessibility utility:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-cmd" data-lang="cmd"><span class="line"><span class="cl"><span class="k">copy</span> C:\Windows\System32\Utilman.bak C:\Windows\System32\Utilman.exe
</span></span></code></pre></div><p>



    
    <input type="checkbox" id="zoomCheck-c7846" hidden>
    <label for="zoomCheck-c7846">
        <img class="zoomCheck" loading="lazy" decoding="async" 
            src="10-restore.png" alt="restore" 
             />
    </label>

</p>
<p>If this returns access denied errors like above (even with admin privileges), boot back into recovery mode to restore.</p>
]]></content>
      </entry>

</feed>


