Win10 system unlimited automatic restart solution

  
Today, the computer users with win10 system and Xiaobian reflect the system automatically restarts indefinitely. It is understood that the computer user occurs after a forced restart after the system has failed. Xiaobian analysis: Restarting the computer will automatically fix the fault. If the automatic fix does not fix the problem, it will fall into an infinite loop of infinite restart. This time we should be how to solve this problem?


a Windows10 system, make USB startup disk, U disk and start
from the original Microsoft Windows10 write U disk mirroring can be obtained with A USB boot disk with a recovery environment.
Second, enter the recovery environment to repair
After booting from the U disk, you will see the following screen:
1, click on the "repair computer" in the lower left corner;
2, select "troubleshoot "
3, select "advanced options"
4, select "command prompt";
5, will open a command prompt, if prompted to enter a password, please enter your own Windows login password.

command prompt
6, enter bcdedit Enter at the command prompt, you will see the results shown above, find the entry named resumeobject recorded a long string of characters in the latter (ie GUID).
7, then enter bcdedit /set {GUID} recoveryenabled No carriage return, run the command will temporarily disable the system's automatic startup repair function, which {GUID} is the character recorded in the previous step.
8, the last input chkdsk /r c: Enter, the system will automatically check the file system error. After the check is completed, restart the computer and it will return to normal under normal circumstances. However, before rebooting, it is recommended to perform a system file repair command to repair files that may be corrupted in the system.
9, enter sfc /scannow enter, and then start the system file scan verification. It takes a little time, please be patient.
Restart after the repair is complete.
The above is the introduction of how to solve the infinite automatic restart of Windows10 system. The above method is actually to bypass the automatic repair program of Windows10 and directly repair Windows10, so that this problem can be solved.

Copyright © Windows knowledge All Rights Reserved