How to fix win10 startup boot

王林
Release: 2020-06-13 09:08:03
Original
9861 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!