XP Quick Search for blue screen faults
Recent Windows XP system often accidentally blue screen, originally wanted to reload the system, but because of the need to reload the software too much, so determined to find out the specific reasons for the blue screen, after some efforts, Finally found a good blue screen troubleshooting solution, and share with you below.
First make a few noun explanations before you explain, so that you can understand this article:
The first step: Open the Small memory dump feature
Right click on "My Computer", select "Properties → advanced → startup and recovery → settings", open the Startup and Recovery tab, In the Write debug information drop-down list, select the small memory dump (64KB) option, as shown in Figure 1.
Little knowledge: small memory dumps
memory dumps are used to store data dumps in memory in a dump file when the system crashes, and are supplied to people for error analysis. A small memory dump is a memory dump file that only holds the basic space data of 64KB before memory. This saves disk space and makes it easier to view files.
Select the point "OK" so that the next time the operating system appears in the blue screen, it records the data in memory at that time and stores it as a dump file, which is stored in the MiniDump folder of the system disk.
Small knowledge: dump file
dump file is used to debug drivers for driver writers, which must be opened with specialized tool software, such as using WinDbg.
Step Two: Download the installation WinDbg
from Microsoft's Web site WinDbg is a Microsoft released a good source-level debugging tool, you can debug the dump file, here to find the reason for the blue screen failure, download the address is: http:// Www.microsoft.com/whdc/devtools/debugging/installx86.mspx. This process is not to repeat. When installing, choose "Next" on the line.
Step Three: Use WinDbg to diagnose blue screen errors
The system will restart after a blue screen, and a. dmp file with a date file name appears under the MiniDump folder, which is the file to parse. Next click on the "Start menu → program →debugging tools for Windows (x86)-windbg", open the WINDBG program, click the program window "File→open Crash Dump", Open the MiniDump folder located on the system disk. dmp file with a date file name.
After opening the program will start to automatically analyze the file, after analysis, look at the bottom, find "Probably caused by" this line, the following file is caused by blue screen culprit.
Step Fourth: Resolve the blue screen failure
to cause the blue screen of this file name in the Internet search, basically know what file, general online also have related solutions to see what to remove plug-ins, what patches or reload software and so on. For example, this Chinese analysis of the 360antiarp.sys file, a search on the internet, found that it is 360 security defender of the ARP firewall driver. A computer blue screen is caused by a conflict between this file and some of the driver of this machine. The 360 security defender's ARP firewall uninstall, the blue screen problem is solved.
PostScript: This article can only find the culprit that causes the blue screen fault, the specific solution also has to search the Internet. The cause of the failure may be that the. sys file may also be a. dll file, and if the failure is caused by a. sys file or a. dll file that is not found, it is possible that these files may be viruses, preferably in a safe mode of overall antivirus try!