Home  >  Article  >  Operation and Maintenance  >  How to fix win10 startup boot

How to fix win10 startup boot

王林
王林Original
2020-06-13 09:08:039920browse

How to fix win10 startup boot

Tools: U disk boot disk

Specific method:

1. Insert the U disk boot disk into the computer and select to boot the system from the U disk Or WindowsPE boot, enter the [Command Prompt];

How to fix win10 startup boot

2. Execute the bcdedit/enum command. If the content shown in the figure below appears, the boot record has been damaged;

How to fix win10 startup boot

3. Then execute the SFC/SCANNOW command to search for the installed system;

How to fix win10 startup boot

4. Execute the following in sequence Use the command to repair the master boot record of Windows 10 and re-establish the BCD configuration file;

BOOTREC/SCANOS
BOOTREC/FIXMBR
BOOTREC/FIXBOOT
BOOTREC/REBUILDBCD

5. Finally, we can restart the computer.

Recommended tutorial: windows tutorial

The above is the detailed content of How to fix win10 startup boot. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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