KMODE_EXCEPTION_NOT_HANDLED means you are experiencing a driver problem. Some internal or external hardware connected to the PC causes driver conflicts or errors, causing the PC to crash.
Sometimes additional information on the blue screen will list the specific driver causing the problem, but this is not always the case. (Recommended Learning: PHP Video Tutorial)
Disable Problem Driver
To track down a specific problem driver, you need to run Driver Verifier, Windows Comes with app.
Click Start
Type certifier in the box and press Enter
Select Create Standard Settings and click Next, then select Automatically select all drivers installed on this computer
Click Next and then Finish
Restart the computer and you will see a list of drivers to verify during startup. If there are errors of the driver, you will receive a BSOD with the appropriate error message
You can then identify the driver listed and uninstall it when you log back into Windows
Identify the fault Once the driver is installed, log back into Windows and uninstall the driver via Device Manager (see below)
Next, you will want to disable driver verification so it doesn't always check on startup.
Click Start and type verifier /reset
To disable the driver after it is recognized:
Restart your PC in Safe Mode so that it will not work before you try Avoid further Blue Screens of Death while troubleshooting
Click Start
Click Control Panel
Click Device Manager
Click Each arrow next to the device, right-click the device and click Properties
Click Details to see the driver name. If you see any device with a yellow exclamation mark, you are on the right on track, but that's not the case
Also, try doing CTRL F on the Windows desktop for the driver name to see what folder it is in; this will provide a clue to the device the driver belongs to
Once the problematic driver is found, click Uninstall from the same properties screen
Windows will attempt to reinstall the driver from information provided by the Internet. This is called Plug and Play. Allow it to do so
Run Driver Reviver to update the new driver to the latest version
For more PHP-related technical articles, please visit the PHP Graphic Tutorial column to learn!
The above is the detailed content of Termination code kmode_exception_not_handled. For more information, please follow other related articles on the PHP Chinese website!