惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
Y
Y Combinator Blog
月光博客
月光博客
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
小众软件
小众软件
H
Help Net Security
Last Week in AI
Last Week in AI
B
Blog RSS Feed
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog

犊犊的小棚棚

精装本 vs 平装本 – 犊犊的小棚棚 理发 – 犊犊的小棚棚 Exercise – 犊犊的小棚棚 引发奇怪的空白 – 犊犊的小棚棚 救救顿号!——与《标点符号用法》商榷 – 犊犊的小棚棚 控枪——美国政治的斗争与谎言 – 犊犊的小棚棚 塞德里克·维拉尼教授访谈录 – 犊犊的小棚棚 脱 – 犊犊的小棚棚 乐 – 犊犊的小棚棚 理发 – 犊犊的小棚棚 Exercise – 犊犊的小棚棚 引发奇怪的空白 – 犊犊的小棚棚 控枪——美国政治的斗争与谎言 – 犊犊的小棚棚 塞德里克·维拉尼教授访谈录 – 犊犊的小棚棚 脱 – 犊犊的小棚棚 遇到了BAD_SYSTEM_CONFIG_INFO咋整 – 犊犊的小棚棚 乐 – 犊犊的小棚棚 精装本 vs 平装本 – 犊犊的小棚棚 救救顿号!——与《标点符号用法》商榷 – 犊犊的小棚棚
遇到了BAD_SYSTEM_CONFIG_INFO咋整 – 犊犊的小棚棚
Published by 犊犊 View all posts by 犊犊 · 2016-04-26 · via 犊犊的小棚棚

Windows 10,用着用着就蓝屏了。BAD_SYSTEM_CONFIG_INFO,安全模式也进不去,自动修复也没有用。

按照某软的说法,”This bug check indicates that there is an error in the registry.”

解决办法是

  1. Try restarting the computer by selecting “last known good configuration” in the boot options.
  2. If the restart does not fix the problem, the registry damage is too extensive. You must reinstall the OS or use the Emergency Repair Disk (ERD) that you previously created by using the Windows Backup tool.

真是呵呵了。不过这至少还告诉我是注册表坏了。于是重启进命令行,注册表在 D:\Windows\System32\config。这里面有个隐藏文件夹叫做 RegBack,是注册表的近期的备份。我把现有的注册表又备份了一次,把这个备份拷贝出来覆盖掉 D:\Windows\System32\config 里面的。重启,搞定。