由于安装了一个未签名的驱动, 重启后导致windows 7 不断提示自动修复, 修复到最后把自定义的字体都修复了. 系统出现乱码, 极度郁闷. 后面才发现只要禁用这个自动修复功能即可.

禁用修复
bcdedit /set {default} recoveryenabled no

启动策略,禁用Windows 7 的自动修复(忽略错误)
bcdedit /set {default} bootstatuspolicy ignoreallfailures

启用自动修复
bcdedit /set {default} bootstatuspolicy displayallfailures


如出现驱动错误, 只需启动时按F8 进入禁用驱动签名模式,

禁用使用未签名驱动导致的windows 7自动修复

步骤1>

添加一条devmgr_show_nonpresent_devices=1的环境变量.

禁用使用未签名驱动导致的windows 7自动修复

步骤2>

在设备管理器中显示隐藏的设备, 选择删除.

禁用使用未签名驱动导致的windows 7自动修复

确认C:\windows\system32\下没有提示出错的那个驱动文件, 重启即可正常启动.


终于免除不断自动修复的郁闷了.

相关文章:

  • 2021-11-20
  • 2021-05-15
  • 2021-06-16
  • 2021-10-22
  • 2021-05-18
  • 2021-09-14
  • 2021-08-31
  • 2022-02-10
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案