Cómo Quitar Contraseña de Windows 11 / 10 Si se te Olvidó | Sin Formatear | 2025
How to Reset Your Windows Password Without Losing Data
Introduction to the Password Reset Process
- The video welcomes viewers and addresses those who cannot remember their Windows password, preventing them from logging into their computers.
- It promises a simple tutorial on how to reset the Windows password without formatting or losing data, using straightforward steps and keyboard shortcuts.
Accessing Advanced Startup Options
- Viewers are instructed to press the Shift key while selecting the Restart option from the shutdown menu, which leads them to advanced startup options.
- Once in advanced options, they should navigate to "Troubleshoot," then "Advanced options," and select "Command Prompt."
Command Prompt Operations
- In Command Prompt, users need to access the C drive where Windows is installed by typing
C:and pressing Enter.
- They are guided through changing directories to
system32using commands:CD Windowsfollowed byCD system32.
Backing Up Accessibility Application
- Users create a backup of the accessibility application (
utilman.exe) with the command:copy utilman.exe utilmanbk.exe.
- They replace it with Command Prompt by executing:
copy cmd.exe utilman.exe /y, allowing access via the accessibility button on login screens.
Changing User Password
- To change their password, users must first find their username using the command:
net user.
- After identifying their username, they can reset their password with:
net user [username] [newpassword], confirming successful changes.
Conclusion of Process