#What is the method to fix win7 infinite restart?
After using the win7 system for a long time, many netizens have reported that the win7 system automatically restarts indefinitely, which is very inconvenient. Is there any way to permanently solve the problem of unlimited automatic restarts in win7 system? How to solve the problem of unlimited automatic restarts in win7 system? In fact, you only need to make a USB boot disk and boot from the U disk; enter the recovery environment to repair it.
Solution:
1. Make a USB boot disk and boot from the U disk
Image the original Microsoft windows 10 After writing to the USB flash drive, you can get a USB boot disk with a recovery environment.
2. Enter the recovery environment for repair
After booting from the USB disk, you will see the following screen:
1. Click "Repair Computer" in the lower left corner;
2. Select “Troubleshooting”
3. Select “Advanced Options”
4. Select “Command Prompt”;
5. After A command prompt will open. If you are prompted for a password, please enter your Windows login password.
Command Prompt
6. Enter bcdedit in the command prompt and press Enter. You will see the results shown in the picture above and find the file named The entry of resumeobject records the long string of characters (ie GUid) that follows.
7. 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. {GUid} is the character recorded in the previous step. .
8. Finally enter chkdsk /r c: 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.
9. Enter sfc /scannow and press Enter. Then the scanning and verification of system files will begin. This will take a while, please be patient.
Restart after the repair is completed.
Recommended tutorial: windows tutorial
The above is the detailed content of What is the solution to fix win7 infinite restart?. For more information, please follow other related articles on the PHP Chinese website!