BAD_SYSTEM_CONFIG_INFO appears on win10 boot blue screen

王林
Release: 2020-01-14 14:13:52
Original
14127 people have browsed it

BAD_SYSTEM_CONFIG_INFO appears on win10 boot blue screen

1. Restart the computer two to three times and enter repair mode

2. Select "Advanced Repair" - "Troubleshooting" - "Command Prompt Window"

BAD_SYSTEM_CONFIG_INFO appears on win10 boot blue screen

3. Enter "cd c:\boot\" to enter the boot directory, and then enter "dir /4" to list all files in this directory and their modification times as shown in the figure. Display, find the two files BCD and BCD1, then delete BCD, change the file name of BCD1 to BCD, then exit and restart. If there are no accidents, you can enter the system normally.

"Delete command: del BCD"

"Rename command: ren BCD1 BCD"

BAD_SYSTEM_CONFIG_INFO appears on win10 boot blue screen

Related article tutorial recommendations:windowstutorial

The above is the detailed content of BAD_SYSTEM_CONFIG_INFO appears on win10 boot blue screen. 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!