What should I do if Win10 cannot start normally and repair the boot file? W10 cannot start repair failure problem solution

WBOY
Release: 2024-02-13 21:27:08
forward
1001 people have browsed it

php editor Apple will introduce to you how to solve the problem that win10 cannot start normally and repair the boot file. When our computer fails to start or fails to start, it is likely that there is a problem with the boot file. In this case, we can use some simple methods to repair the boot file and solve the startup problem. This article will introduce in detail the solution to the problem of Win10 unable to start and repair failure, helping everyone to easily solve this problem and return the computer to normal use.

w10 cannot start repair failure problem analysis

Method 1:

1. Enter the fault repair interface of the Win10 system (repeated forced shutdown can be entered), and then enter "Advanced Options" ” → “Command Prompt”

2. Execute:

bcdedit /enum

command. 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

What should I do if Win10 cannot start normally and repair the boot file? W10 cannot start repair failure problem solution

After the disk check is completed, 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

What should I do if Win10 cannot start normally and repair the boot file? W10 cannot start repair failure problem solution

##6. Use it again after the repair is completed:

bcdedit /enum

What should I do if Win10 cannot start normally and repair the boot file? W10 cannot start repair failure problem solution

Method 2: The appeal method does not work, the editor recommends reinstalling the system

[

Win10 22h2 pure version without third-party integrated software]

[

msdn Win10 official original iso image pure version V2023

Win10 64-bit pure version image system for old machines

The above is the detailed content of What should I do if Win10 cannot start normally and repair the boot file? W10 cannot start repair failure problem solution. For more information, please follow other related articles on the PHP Chinese website!

source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template