1. 程式人生 > >win10 藍屏問題及解決

win10 藍屏問題及解決

Section1 起因

新裝了電腦後,電腦動不動就藍屏,嚴重影響了正常工作

Section2  探索

檢視  C:\Windows\Minidump

發現下面有每次藍屏的日誌檔案。

11月14號

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 50, {ffffb40b52d3e000, 0, fffff80f6370df40, 0}


GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys

, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys

11月15號

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 50, {ffffc703a6b89000, 0, fffff809efc3df40, 0}


GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys

, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys


Could not read faulting driver name

11月26號

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 50, {ffffdd00bddc0000, 0, fffff80243c0df40, 0}


GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys

, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys


Could not read faulting driver name

12月12號

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 50, {ffffd288f4947000, 0, fffff8020022df40, 0}


GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
GetContextState failed, 0x8007001E
Unable to get current machine context, Win32 error 0n30
Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for idmwfp.sys
*** ERROR: Module load completed but symbols could not be loaded for idmwfp.sys

檢視dmp檔案可以看到 Unable to load image \SystemRoot\system32\DRIVERS\idmwfp.sys 每次都出現,猜測是這個檔案引起的

================================================================================================

Section3  問題解決

那麼,這個idmwfp.sys 是哪來的呢,這個檔案其實是IDM的。

解除安裝IDM,這麼多天,藍屏問題不再出現!