Home > Article > System Tutorial > Solve the infinite loop problem of wrong password in win10 safe mode
Many users need to enter safe mode when they have computer problems, but when entering the password, the prompt is incorrect and enters an endless loop. How to solve this problem? Today we have introduced the incorrect password in win10 safe mode. Infinite loop solution.
1. Enter "CMD" in the search box on the taskbar, right-click the command prompt, and select Run as administrator,
2. Then run netsh winsock reset in the administrator command prompt window and press Enter.
3. Run the command prompt as an administrator, paste and enter the following two lines of instructions to create a new administrator local account: net user User 789456 /add
(User is the new account name, 789456 is the new password, the name and password can be modified as needed)
net localgroup administrators User /add (Add administrator rights to the account)
4. Then shut down the computer and use a local account to log in to the system. Switch to Microsoft account login again in the account settings interface to check whether you can log in in safe mode.
The codes that users need to use can be directly copied and pasted in the text.
The above is the detailed content of Solve the infinite loop problem of wrong password in win10 safe mode. For more information, please follow other related articles on the PHP Chinese website!