Compared to the WIN7,WIN8/WIN8.1/WIN10 recovery environment, there are some improvements that start the repair automatically when the system shuts down more than once or fails to start. However, sometimes automatic repair does not solve the problem, instead of the computer into an unlimited restart automatic repair, if encountered this problem, you can use the installation media into the recovery environment to repair. The following detailed operation process:
1, the production of USB boot disk, and start from U disk
Microsoft original WINDOWS10 image into a U disk can be obtained with the recovery environment of the USB boot disk, detailed search.
2, into the recovery environment for repair
After starting from the U disk, you will see the following screen:
▲ Click on the lower left corner of the "Repair computer";
▲ Select "Advanced Options";
▲ Select "Command Prompt";
A command prompt opens, and if you are prompted for a password, enter your own Windows login password.
▲ Enter bcdedit carriage return at the command prompt, and you will see the result shown above, find the entry named Resumeobject, and record a long string of characters (that is, the GUID).
▲ then enter Bcdedit/set {GUID} recoveryenabled no carriage return to run, and the command will temporarily disable the system's automatic Startup Repair feature, where {GUID} is the character recorded in the previous step.
▲ The final input chkdsk/r C: Enter, the system will automatically check file system errors. After the check is completed, reboot the computer, and normally return to normal. However, before restarting, it is recommended that you perform the system file repair command to repair files that may be corrupted on your system. Method:
▲ Enter Sfc/scannow carriage return, and then start scanning verification of system files. It takes a little time, please remain patient.
Reboot after the repair is complete.