Windows Reset Password Usb

0 views
Skip to first unread message

Meri Thilmony

unread,
Aug 4, 2024, 6:10:06 PM8/4/24
to coadadimo
Ive got myself into a bit of a pickle and could really use your collective wisdom. I've been locked out of my Windows 10 computer (yeah, I know, should've written down the password) and I'm scratching my head on how to get back in. Has anyone here been through this and managed to reset their password without being able to log in?

I've seen a few methods online involving bootable USB drives and using command prompts, but I'm not super tech-savvy and a bit hesitant to dive into something that seems so complex. I'm looking for a more straightforward, beginner-friendly way to reset my password and get back to my files.


[Edit] A few folks asked me if the problem was solved? Yes. The password was reset with the help of Passcue Windows Password Recovery software. Thanks Jack888 for the recommendation!


Once, I also encountered a situation where I forgot Windows 10 password of local account. I was really a little panicked at that time. After all, all the important files were in that account. I remember that I really didn't want to use those complicated technical means at that time, and wondered if there was a simple way to solve it.


So, I saw a "Reset Password" link on the login screen. Although I hadn't noticed it before, I decided to click it this time. After clicking it, the system prompted me to answer the security questions I had set before. I was quite glad that I didn't fill in some random answers at that time. The question was the name of my elementary school. I remembered that I set the name of my alma mater and answered it without hesitation. Then the system actually let me enter the interface for setting a new password.


After entering and confirming the new password, I was able to log in smoothly. This experience made me realize that setting security questions is really useful, especially when you forget Windows 10 password.


@zcbadeedee Ophcrack is not recommended if the password was strong enough. Ophcrack relies on rainbow tables to recover the forgotten Windows 10 passwords. These tables are precomputed lists of possible passwords and their corresponding hashes. If a password is complex (long, uses special characters, or is otherwise not common), it may not be included in the available rainbow tables.


In addition, Ophcrack has not been actively updated to handle newer hashing algorithms or security measures implemented in Windows 10 and 11. Newer versions of Windows have strengthened password security. So it is no longer a good choice to reset Windows 10 password when the computer is locked due to forgotten password.


Once, I also encountered a situation where I forgot my Windows 10 password. I was really anxious at the time, after all, all my important documents and work data were on that computer. I tried various possible password combinations, but none of them worked. At this time, I remembered that I had a backup consciousness before and made a Windows 10 password reset disk.


I quickly rummaged through the boxes and found the USB drive and inserted it into the computer. I restarted the computer and went to the login screen. I saw a link to "Reset Password" and clicked it without hesitation. The system recognized my password reset disk and began to guide me step by step.


A Windows 10 password reset disk is a special type of disk that allows you to reset Windows 10 user account password if you forget it. This disk is created while you still have access to your account and can be used in case you get locked out. The below tutorial shows you how to reset Windows 10 password without logging in:


Once, I forgot Windows 10 password and it felt like the end of the world. I tried all possible passwords but none of them worked, and I became more and more anxious. However, I suddenly remembered that a friend once told me about a way to reset Windows 10 password using the command prompt. I didn't pay much attention to it at the time because it seemed too complicated, but now it has become a lifesaver.


So, I decided to give this method a try. First, I needed a Windows installation disk or a bootable USB drive. Fortunately, I had an old Windows installation disk at home, so I immediately found it, inserted it into the computer, and restarted to enter the installation interface.


Step 5. Open the Command Prompt: At the login screen, click the "Accessibility" icon (usually a small circle icon) in the lower right corner. Now, the Command Prompt should open instead of Accessibility.


Although this method sounds a bit complicated, it is actually quite smooth to follow the steps. After the operation, I successfully logged in to the computer with the new password, and the big stone in my heart finally fell. I really recommend that if you are also locked out, you can try this method, but you must be careful in operation, after all, it involves modifying system files.


You can still use the rename cmd to utilman. Although I also just enable the built-in administrator with net user and then boot and login. I actually just tried this on my machine to confirm and it still works. I am on 20H2.


I have used this trick before when users have forgotten their passwords. There are even ways to reset Microsoft account passwords by using this method. This is why we enable encryption on all our drives. (I suspended it while I tried this bypass.)


Turn on your computer. Wait until you see the Windows logo, then unplug the power cord or hold down the power button to force the PC to turn off. When you turn it on again, you should be greeted by this screen:


After a few minutes, the Windows 7 repair process fails. Windows 7 asks you if you want to send information to Microsoft. Ignore that query. Instead, click on the Hide problem details button right below it.


Turn on your computer and wait until you see the Windows logo. Then, unplug the power cord or hold down the power button to force the hardware to turn off. Turn it on again, and you should be greeted by this screen:


Type in your current password and choose Next again. After a few seconds, your disk is created. Store it somewhere safe, away from cats who think that USB drives are great kitty toys.


Windows 10 begs you to sign into a Microsoft account, and for good reason. Aside from enabling you to download apps from its store and synchronize settings from one PC to another, a Microsoft account also offers you an easy way to reset your password, as you saw above.


Set up a password (which you will of course write down, promise?) and type in your first and last name. Last but not least, you can now sign into your new account using the email and password you just specified. This will be your Windows login going forward. While not the most secure method, you can also set up a PIN in Windows 10 at this point to make logging in easier.


(Note: Not much of this is relevant to readers using PostgreSQL 9.2 or above from the EDB installers, which now have a greatly simplified default install using the NETWORK SERVICE, though you can still configure other accounts).


You've reset (or tried to reset) the service account password. PostgreSQL won't run as Administrator for security reasons and the installer generally sets it up with a "postgres" user account in PostgreSQL 9.1 and older1. On Windows you can't start a service as a user without saving the password of the user in the registry, so that's what the installer does.


If you change the password for the Windows user account postgres, the PostgreSQL service can no longer start. So don't do that, you'll have to fix the service configuration to store the updated password.


Thankfully I think another mistake prevented you from doing that. It looks like you're probably running your command prompt without using "Run as Administrator" on an unprivileged Windows user account or a machine with UAC, so it isn't running with the access permissions required to change the password for the postgres user.


Before you try to change that password, make sure it's really what you want to do. What's the problem you're trying to solve here? Are you attempting to install a database update or something else that's asking for the password for the postgres Windows user?


Most likely you're just trying to log in to the database. For that, you use the (unfortunately completely unrelated) password stored in the database its self. Since you've lost/forgotten it you'll have to reset it:


Find your pg_hba.conf file - this controls access to the PostgreSQL server. You will need to edit it as a user with Administrator rights. Look for lines that mention user "postgres" and temporarily set the mode to "trust". Restart postgresql and then you should be able to connect without a password. Reset the password, then restore the file to its original settings and restart PostgreSQL.


If you have disabled the local administrator account on the instance and your instanceis configured for Systems Manager, you can also re-enable and reset your local administratorpassword by using EC2Rescue and Run Command. For more information, see Use EC2Rescue for Windows Server withSystems Manager Run Command.


There is an AWS Systems Manager Automation document that automatically applies the manual stepsnecessary to reset the local administrator password. For more information, see Reset passwords and SSH keys on EC2 instances in the AWS Systems Manager User Guide.


Before you attempt to reset the administrator password, verify that the EC2Launch v2 agent is installed and running. You use theEC2Launch v2 agent to reset the administrator password later in this section.


If the system log output is empty, or if the EC2Launch v2 agent is notrunning, troubleshoot the instance using the Instance Console Screenshotservice. For more information, see Capture a screenshot of an unreachable instance.


You can't use EC2Launch v2 to reset an administrator password if the volume on which the password is stored is attached to an instance as the root volume. You must detach the volume from the original instance before you can attach it to a temporary instance as a secondary volume.

3a8082e126
Reply all
Reply to author
Forward
0 new messages