【问题】
现在在用的是64位的Win7,总体使用情况,还算稳定。
只是遇到好多次了,有时候会发生:
当win7睡眠后,再唤醒,有时候会出现蓝屏死机:
a device driver attempting to corrupt the system has been caught
blue screen
0x000000C4
【解决过程】
1.本来不打算理会此错误的,但是貌似最近发生的机会越来越大了。
2.开始以为是无线网卡驱动的问题呢,但是后来发现好像又不是。
3.参考了:
Stop error 0x000000C4 during resume from sleep on Windows 7
以为有解决办法呢,结果发现,其所说的蓝屏,和我遇到的原因不同。
其是需要 :
- Windows 7 computer is playing audio through a USB audio device
- Driver Verifier deadlock detection is enabled on the Kernel Streaming (KS.sys) driver
- The computer is put to sleep and then resumed
才会发生。我此处没有播放声音,也没有usb声卡。
不过,还是可以去试试,看看能否找到:
Do not enable Driver Verifier deadlock detection on the KS.sys driver while playing audio through a USB audio device and performing sleep/resume operations.
中所说的关闭那个“Driver Verifier deadlock detection on the KS.sys driver ”。
4.然后通过搜:
disable Driver Verifier deadlock detection
而找到:
在“驱动程序检验器”中的“死锁检测”功能打开并且安装了 Norton 反病毒软件时出现“Fatal System Error: 0x000000C4”错误消息
参考其介绍,去:
cmd中运行verifier
然后选择 显示现有设置:
看到了 死锁检测 已经启用了:
然后再点击上一步,然后选择 创建自定义设置:
然后下一步,再选择 从一个完整的列表选择单个设置:
Select Individual settings from a full list
然后看到的是,所有的选项,都没有选中:
这对于我不熟悉这些选项的人来说,还是不知道选择哪些的。
所以,不安装这个教程介绍了,自己回到上一步,自己摸索去。
继续回到之前的 显示当前经过验证的驱动程序信息:
然后去取消选择 死锁检测:
然后接着点击下一步:
然后再下一步,去验证:
然后点击完成:
暂时,还不知道效果。
【总结】
等看看以后,是否还会出现 休眠后恢复时蓝屏 的问题,才知道是否有效果的。
转载请注明:在路上 » 【不知是否解决】64位的Win7,有时候从睡眠中唤醒(恢复)时,会蓝屏死机,出现错误:device driver 0x000000c4