Home >Common Problem >What should I do if a blue screen 0x00000074 appears on my win7 computer?
What should I do if a blue screen 0x00000074 appears on my win7 computer?
Cause
Analysis:
Blue screen code: 0x00000074 The reason for the blue screen error code is that the specified module cannot be found.
Solution:
1. Checking the message given by this blue screen code is not enough to determine the specific cause of the error, and the user needs to observe it himself.
2. For general exceptions, press the F8 key when booting to enter the selection menu, enter safe mode to uninstall the problematic driver, delete, and replace problematic system files. You can also use the up and down keys to select the last correct configuration and press Enter to restart to solve the problem.
3. Start→Run and enter: EventVwr.msc, press Enter and open the event viewer. Pay attention to check the system log and application log for items marked with errors. .
4. Before 4., be sure to click the system failure recording option, otherwise the blue screen cannot record blue screen events (may be optimized out):
Control Panel→System→Advanced→Startup and Recovery→System Failure→Check Write events to the system log→OK
5. ①After the blue screen, in the system disk (usually It is the C drive) and the error file with the extension dmp is found in the minidump folder.
②The file with the extension dmp needs to use the source code debugging WinDbg software to view it
6.①The log file with the extension DMP is a system file. If it cannot be found, the file needs to be modified in advance. Clip option.
②Start→Control Panel→Folder Options→View→Click Show all files and folders→Apply.
③Remove the checkmarks before Hide protected operating system files and Hide extensions for known file types → OK
7. In addition , you can also check relevant information in the knowledge base of Microsoft's official website, compare, screen and find solutions
The above is the detailed content of What should I do if a blue screen 0x00000074 appears on my win7 computer?. For more information, please follow other related articles on the PHP Chinese website!