When many users use the win10 system, they find that there are problems with their system boot files, etc., which prevents them from using the computer very conveniently. So how do we need to repair this system boot file? Come on. Take a look at the detailed tutorial~
1. Enter the fault repair interface of the Win10 system (repeat forced shutdown to enter), and then enter " Advanced Options→Command Prompt".
2. After executing the command: bcdedit /enum, if you see the following prompt, it means that the boot record has been damaged.
3. Execute the following command to find the bad sectors and restore readable information:
chkdsk /r
Disk check completed Afterwards, you can try restarting your computer to see if the problem is resolved.
4. If the problem persists, please restart and enter the "Command Prompt" and use the following command to try to rebuild and restore the damaged Win10 system files:
sfc /scanno
5. Finally, execute the following commands in order to repair the master boot record of Win10 and rebuild the BCD configuration file:
bootrec /scanos
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
6. Use it again after the repair is completed: bcdedit /enum
The above is the detailed content of How to manually repair boot files in win10. For more information, please follow other related articles on the PHP Chinese website!