Win7旗舰版蓝屏解决办法

阅读更多
Win7旗舰版在使用过程中经常出现蓝屏现象,蓝屏代码0x000003b
打开系统的事件查看器,在蓝屏时间点,查看应用程序的日志,日志如下:
日志名称:          Application
来源:            Microsoft-Windows-WMI
日期:            2016-04-21 星期四 14:01:14
事件 ID:         10
任务类别:          无
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           virues
描述:
Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
事件 Xml:

 
   
    10
    0
    2
    0
    0
    0x80000000000000
   
    139267
   
   
    Application
    youjinzi
   
 

 
    //./root/CIMV2
    SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99
    0x80041003
 




解决办法:
http://go.microsoft.com/?linkid=9775756
http://download.microsoft.com/download/3/9/D/39DF4B56-9D3A-4645-AC11-803043ED4214/MicrosoftFixit50688.msi

方案详解:
http://support.microsoft.com/kb/2545227/en-us#FixItForMeAlways

你可能感兴趣的:(Windows)