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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
美团技术团队
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
V
V2EX
J
Java Code Geeks
有赞技术团队
有赞技术团队
博客园 - 聂微东
B
Blog RSS Feed
博客园 - 司徒正美

犊犊的小棚棚

精装本 vs 平装本 – 犊犊的小棚棚 理发 – 犊犊的小棚棚 Exercise – 犊犊的小棚棚 引发奇怪的空白 – 犊犊的小棚棚 救救顿号!——与《标点符号用法》商榷 – 犊犊的小棚棚 控枪——美国政治的斗争与谎言 – 犊犊的小棚棚 塞德里克·维拉尼教授访谈录 – 犊犊的小棚棚 脱 – 犊犊的小棚棚 遇到了BAD_SYSTEM_CONFIG_INFO咋整 – 犊犊的小棚棚 乐 – 犊犊的小棚棚 理发 – 犊犊的小棚棚 Exercise – 犊犊的小棚棚 引发奇怪的空白 – 犊犊的小棚棚 控枪——美国政治的斗争与谎言 – 犊犊的小棚棚 塞德里克·维拉尼教授访谈录 – 犊犊的小棚棚 脱 – 犊犊的小棚棚 乐 – 犊犊的小棚棚 精装本 vs 平装本 – 犊犊的小棚棚 救救顿号!——与《标点符号用法》商榷 – 犊犊的小棚棚
遇到了BAD_SYSTEM_CONFIG_INFO咋整 – 犊犊的小棚棚
Published by 犊犊 View all posts by 犊犊 · 2001-02-01 · 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 里面的。重启,搞定。