电脑 蓝屏报错:SYSTMEM SCAN AT RAISED IRQL CAUGHT IMPROPER DRIVER UNLOAD
问题
卸载驱动精灵时,系统提示重启,然后出现蓝屏,报错如下:终止代码:SYSTMEM SCAN AT RAISED IRQL CAUGHT IMPROPER DRIVER UNLOAD
失败操作:boosafe64.evsys
解决方案
经过摸索,百度并没有什么实质性收获,就转移到上边的图上,从中找到切入点,根据上面给的网址https://www.windows.com/stopcode,顺利解决,大致思路是:进入安全模式,卸载驱动精灵(驱动精灵真是恶心),然后重启后完美解决。
具体步骤
Troubleshoot blue screen errors
Applies to: Windows 10
A blue screen error (also called a stop error) can occur if a problem causes your device to shut down or restart unexpectedly. You might see a blue screen with a message that your device ran into a problem and needs to restart.
Note
If you are experiencing a black or blank screen error, see Troubleshoot black screen or blank screen errors for more info.
On this page, we’ll take you through a series of troubleshooting steps to try and help you figure out the cause of the blue screen error and how to resolve it.
The steps in this article are intended to help troubleshoot common stop error codes, such as the following:
CRITICAL_PROCESS_DIED
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
IRQL_NOT_LESS_OR_EQUAL
VIDEO_TDR_TIMEOUT_DETECTED
PAGE_FAULT_IN_NONPAGED_AREA
SYSTEM_SERVICE_EXCEPTION
DPC_WATCHDOG_VIOLATION
Notes
You may also receive hexadecimal error codes, such as 0x0000000A, 0x0000003B, 0x000000EF, 0x00000133, 0x000000D1, 0x1000007E, 0xC000021A, 0x0000007B, 0xC000000F, and more.
This article doesn't contain a list of all error codes, but since many error codes have the same potential resolutions, your best bet is to follow the steps below to troubleshoot your blue screen error.
Though the steps on this page might look complicated at first glance, just follow them in order, step-by-step, and we’ll try to get you back on track.
1
When did you get the error?
After an update was installed
While using my device 我选择的是这个
2
Error while using your device
It’s not always obvious what may have caused a blue screen error while you are using your device, it may be that you’re using new hardware or third-party software that isn’t compatible with your Windows device. Use the following troubleshooting steps in order to try and fix your blue screen error.
Step 1: Uninstall third-party software
Some third-party antivirus software has been known to cause blue screen errors. You can temporarily uninstall this software to determine if it is causing your issue, and then reinstall the software after your device is back up and running.
To do this, you’ll need to sign in to Windows using safe mode. Safe mode starts Windows in a basic state, using a limited set of files and drivers and allows you to perform troubleshooting steps.
Before you enter safe mode, you need to enter the Windows Recovery Environment (WinRE ). Here’s how:
Hold down the power button for 10 seconds to turn off your device.
Press the power button again to turn on your device.
On the first sign that Windows has started (for example, some devices show the manufacturer’s logo when restarting) hold down the power button for 10 seconds to turn off your device.
Press the power button again to turn on your device.
When Windows restarts, hold down the power button for 10 seconds to turn off your device.
Press the power button again to turn on your device.
Allow your device to fully restart to enter WinRE.
Now that you are in WinRE, follow these steps to take you to safe mode.
Note
If you’ve encrypted your device, you’ll need your BitLocker key to start in safe mode.
On the Choose an option screen, select Troubleshoot > Advanced options > Startup Settings > Restart.
Choose an option screen in the Windows Recovery Environment.
Troubleshoot screen in the Windows Recovery Environment.
Advanced options screen in the Windows Recovery Environment.
Startup Settings screen in the Windows Recovery Environment.
After your device restarts, you'll see a list of options. The preferred option is to select 5 or press F5 for Safe Mode with Networking.
Once your device is in safe mode, select the Start button, then select Settings > System > Apps & features. Select Sort by name and change it to Sort by install date. Select the third-party software you want to remove, and then select Uninstall. After you uninstall the third-party software, restart your device.
Note
If you need to exit safe mode, here’s how:
Press the Windows logo key + R.
In the Open box, type msconfig, and then select OK.
Select the Boot tab.
Under Boot options, clear the Safe boot check box.
If you’re still seeing a blue screen error, try rolling back, disabling, or uninstalling the recently installed drivers.
Step 2: Rollback, disable, or uninstall drivers
If you recently installed new drivers, you can rollback, disable, or uninstall them to determine if that’s what’s causing your issue.
First, make sure your device is in safe mode, and then use Device Manager to either rollback, disable, or uninstall drivers.
Note
You must have administrator privileges to rollback, disable, or uninstall a device or driver package by using Device Manager.
Rollback third-party drivers
In the search box on the taskbar, type device manager, and then select Device Manager from the list of results.
In Device Manager, expand the device that has the driver you want to rollback, right-click the driver under the device, and then select Properties.
Select the Driver tab, and then select Roll Back Driver > Yes.
Note
If the Roll Back Driver option is unavailable, Windows doesn't have a previous driver to roll back to and you won't be able to complete this process.
If you weren’t able to roll back your driver or if you’re still seeing a blue screen error, try disabling the driver.
Disable third-party drivers
In the search box on the taskbar, type device manager, and then select Device Manager from the list of results.
In Device Manager, expand the device that has the driver you want to disable, right-click the driver under the device, and then select Properties.
Select the Driver tab, and then select Disable device > Yes.
If you’re still seeing a blue screen error, try uninstalling the driver.
Uninstall third-party drivers
In the search box on the taskbar, type device manager, and then select Device Manager from the list of results.
In Device Manager, expand the device that has the driver you want to uninstall, right-click the driver under the device, and then select Properties.
Select the Driver tab, and then select Uninstall > OK.
Notes
You may need to select Delete the driver software for this device in the Confirm Device Removal box, and then select Uninstall > OK.
With some devices, you may have to restart your device to complete the uninstall process.
If you’re still seeing a blue screen error, try uninstalling removing your external hardware.
Step 3: Remove external hardware
Sometimes, your device’s external devices can be the cause of blues screen stop errors. Unplug any external storage devices and drives, docks, and other hardware plugged into your device that isn’t needed for basic functionality, and then restart your device.
If you don’t experience the issue after restarting your device, the external device may be the cause of the problem, and you’ll need to contact your device manufacturer for support.
参考资料
上一篇: 数据结构及算法:C语言快速回顾
下一篇: Queue队列