码迷,mamicode.com
首页 > 其他好文 > 详细

Memory integrity 导致 A driver can't load on this device

时间:2020-06-15 13:48:50      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:exe   files   default   load   been   int   get   system   ddr   

夜神模拟器无法使用

https://support.microsoft.com/en-us/help/4526424/windows-10-driver-cant-load-on-this-device

Memory integrity

You are receiving this message because the Memory integrity setting in Windows Security is preventing a driver from loading on your device. Here are a few options you can try if you want to be able to use this driver:

  • See if an updated and compatible driver is available through Windows Update or from the driver manufacturer.
  • If that doesn’t work, try turning off the Memory integrity setting in Windows Security.

Warning

If you choose to continue using your device without addressing the driver problem, you might discover that the functionality the driver supports does not work any longer, which could have consequences ranging from negligible to severe.

 

To turn off the memory integrity setting

  1. Go to the Core isolation page in Windows Security.
  2. Turn the Memory integrity setting Off if it isn’t already. You‘ll need to restart your computer for the changes to take effect.

Notes

  • You can also open the Core isolation page by selecting Start 
  • Though the driver has a minor vulnerability that’s preventing it from loading, it’s most likely not malicious in any way.
  • The driver name and company name that appear in the notification are the only reliable pieces of information that we have been able to gather about the driver.
  • If an updated driver is unavailable from the driver manufacturer, it might be a good idea to contact them and inquire whether a fix is coming soon.

这个配置页面,刚好也有Windows Defender Credential Guard

技术图片

 

Memory integrity

Applies to:

Memory integrity is a feature of Windows that ensures code running in the Windows kernel is securely designed and trustworthy. It uses hardware virtualization and Hyper-V to protect Windows kernel mode processes from the injection and execution of malicious or unverified code. The integrity of code that runs on Windows is validated by memory integrity, making Windows resistant to attacks from malicious software. Memory integrity is a powerful security boundary that helps to block many types of malware from running in Windows 10 and Windows Server 2016 environments.

For more information about Windows Security, see Device protection in Windows Security.

 

通过注册表修改memory integrity配置,修改完成之后需要重启电脑

The downloadable .reg files below will modify the DWORD value in the registry key below.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity

Enabled DWORD

0 = Off
1 = On

To Turn On Core Isolation Memory Integrity

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn_ON_Core_isolation_Memory_integrity.reg

Download

 

To Turn Off Core Isolation Memory Integrity

 

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn_OFF_Core_isolation_Memory_integrity.reg

Download

 

Memory integrity 导致 A driver can't load on this device

标签:exe   files   default   load   been   int   get   system   ddr   

原文地址:https://www.cnblogs.com/chucklu/p/13130267.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!