The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


bypassing_the_login_password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bypassing_the_login_password [2025.08.01 21:16] – [6. Third-Party Tools (GUI-Based)] Steve Isenbergbypassing_the_login_password [2025.08.02 15:38] (current) Steve Isenberg
Line 1: Line 1:
 ~~NOCACHE~~ <fc #a0a0a0><fs small>[This page last changed ~~LASTMOD~~; ~~NOCACHE~~ <fc #a0a0a0><fs small>[This page last changed ~~LASTMOD~~;
 visits {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total| total times}}]</fs></fc> visits {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total| total times}}]</fs></fc>
 +
 +The information on this page is publicly available, much of it came from ChatGPT and Claude.ai.  It is your responsibility to use this information appropriately.
  
 ====== Regaining Access to a Windows Computer Without a Known Password ====== ====== Regaining Access to a Windows Computer Without a Known Password ======
Line 40: Line 42:
   * Boot into **Windows Recovery Environment** (Shift + Restart or via installation USB).   * Boot into **Windows Recovery Environment** (Shift + Restart or via installation USB).
   * Open **Command Prompt**.   * Open **Command Prompt**.
-  * Replace `Utilman.exewith `cmd.exe`:+  * Replace ''Utilman.exe'' with ''cmd.exe'':
     <code>move c:\windows\system32\utilman.exe c:\windows\system32\utilman.bak     <code>move c:\windows\system32\utilman.exe c:\windows\system32\utilman.bak
 copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe</code> copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe</code>
Line 77: Line 79:
   - Boot into Windows Recovery Environment (WinRE) or from a Windows installation USB/DVD.   - Boot into Windows Recovery Environment (WinRE) or from a Windows installation USB/DVD.
   - Open a command prompt from the recovery options.   - Open a command prompt from the recovery options.
-  - Rename the original `osk.exe`: +  - Rename the original ''osk.exe'':\\ ''move C:\Windows\System32\osk.exe C:\Windows\System32\osk_backup.exe'' 
-    `move C:\Windows\System32\osk.exe C:\Windows\System32\osk_backup.exe` +  - Replace it with ''cmd.exe'':\\ ''copy C:\Windows\System32\cmd.exe C:\Windows\System32\osk.exe''
-  - Replace it with `cmd.exe`: +
-    `copy C:\Windows\System32\cmd.exe C:\Windows\System32\osk.exe`+
   - Reboot the machine.   - Reboot the machine.
   - At the login screen, click the On-Screen Keyboard icon.   - At the login screen, click the On-Screen Keyboard icon.
   - A command prompt opens instead.   - A command prompt opens instead.
   - Reset the password or create a new user:   - Reset the password or create a new user:
- +    * For example, to reset a password:\\ ''net user [username] [newpassword]'' 
-    For example, to reset a password: +    Or to create a new admin user:\\ ''net user newuser newpassword /add''\\ ''net localgroup administrators newuser /add''
-    `net user [username] [newpassword]+
- +
-    Or to create a new admin user: +
-    `net user newuser newpassword /add+
-    `net localgroup administrators newuser /add`+
  
 ===== Limitations and Warnings ===== ===== Limitations and Warnings =====
bypassing_the_login_password.1754108198.txt.gz · Last modified: by Steve Isenberg