Win8 blue screen fault 0x00000001 what to do
1, this code from the blue screen error interface to give the message is not enough to fully understand the cause of the error, but also with the system failure analysis.
2, and then use the Blue screen query, the blue screen Code error reason is:
Code: 0X00000001
Reason: Incorrect function.
3, the details can be entered in the beginning → run: eventvwr.msc, enter the Event Viewer after entering, pay attention to check the system log and the application log in which the error is marked.
4, before, be sure to click on the system failed to record the option, otherwise the blue screen can not record the screen event (may be optimized): Control Panel → system → advanced → boot and recovery → system failure → Check the event to the system log → OK.
5, after ① blue screen, in the system disk (usually the C disk) MiniDump folder to find the extension of DMP error file.
② extension DMP files need to use the source code debugging WinDbg software to view (Microsoft website can download the software)
6, ① Extension of DMP log file for system files, such as not found, need to modify the folder options in advance.
② start → control panel → folder Options → view → Click to display all files and folders → apps.
③ remove the check mark before hiding protected operating system files and hiding extensions of known file types.
7, this did not say clearly where the function is not correct, and then the blue screen code, you can go to Microsoft's official website to find answers to the LAN-ping database.
8, looking at the Microsoft Knowledge Base in a lot of cases, perhaps the user does not know which one they fit. This requires the user to be aware of the recent update of those device drivers? press F8 key to boot and uninstall the problematic driver and software in Safe mode.
General exceptions you can use the up and down keys to select the last Known Good Configuration, and a carriage return to perform a reboot resolves the problem.