Compared with Win7, the recovery environment of Win8/Win8.1/Win10 includes some improvements, that is, when the system shuts down abnormally or fails to start multiple times, it will automatically start repair. However, sometimes automatic repair does not solve the problem, but instead causes the computer to fall into endless restarts and automatic repair. If you encounter this problem, you can use the installation media to enter the recovery environment to repair it. The specific operation process is explained in detail below:
1. Make a USB boot disk and boot from the U disk
After writing Microsoft's original Windows 10 image to a USB flash drive, you can get a USB boot disk with a recovery environment. For the detailed production process, please refer to "The Most Convenient and Flexible!" Detailed explanation of the installation method of Win10 TH2 official version U disk.
2. Enter the recovery environment to repair
After booting from the USB flash drive, you will see the following screen:
▲Click "Repair Computer" in the lower left corner;
▲Select "Troubleshooting"
▲Select "Advanced Options"
▲Select “Command Prompt”;
A command prompt will open. If you are prompted for a password, enter your Windows login password.
▲Enter bcdedit and press Enter in the command prompt. You will see the results shown in the picture above. Find the entry named resumeobject and record the long string of characters (ie GUID) that follows.
▲Then enter bcdedit /set {GUID} recoveryenabled No and press Enter to run. After running this command, the automatic startup repair function of the system will be temporarily disabled, where {GUID} is the character recorded in the previous step.
▲Finally enter chkdsk /r c: and press Enter. The system will automatically check for file system errors. After the check is completed, restart the computer and it will usually return to normal. However, before restarting, it is recommended to execute the system file repair command again to repair files that may be damaged in the system. Method:
▲Enter sfc /scannow and press Enter. Then the scanning and verification of system files will begin. This will take a while, please be patient.
Just restart after the repair is complete.