Cannot turn on Memory Integrity

Annie Baxter 0 Reputation points
2026-09-11T02:49:05.1433333+00:00

Windows 11 security update fails. Memory Integrity will not turn on due to core isolation issue caused by wdcsam64_prewin8.sys driver. I went through all the suggested steps to correct the issue, restarted system and retried Windows Update. It hangs at 0% download, eventually times out. Help! I am losing my mind. Trying to chat with an agent times out....HELP!

Windows for home | Windows 11 | Windows update
0 comments No comments

3 answers

Sort by: Oldest
  1. AI answer

    2026-09-11T02:49:25.23+00:00

    wdcsam64_prewin8.sys is an incompatible driver, and Memory integrity will stay off until that driver is updated or removed.

    Try this end-to-end path:

    1. In Windows Security go to Device security > Core isolation details > Memory integrity.
      • Confirm the blocked driver shown is wdcsam64_prewin8.sys.
    2. Update or remove the driver.
      • Microsoft guidance is to check with the device manufacturer for an updated compatible driver.
      • If no compatible driver is available, remove the device or app that installed that driver.
    3. If the driver still appears after uninstalling the related app, remove the driver package from the driver store.
      • Open Windows Terminal (Admin).
      • List third-party drivers:
             dism /online /get-drivers /format:table
        
      • Find the published name for the related driver package, such as oem13.inf.
      • Remove it:
             pnputil /delete-driver oem13.inf /uninstall /force
        
      • Restart the PC.
    4. Try turning Memory integrity on again.
      • Path: Windows Security > Device security > Core isolation details > Memory integrity.
    5. If Memory integrity still will not enable, check whether Windows blocked the driver load.
      • Open Event Viewer.
      • Go to: Applications and Service Logs\Microsoft\Windows\CodeIntegrity\Operational
      • Memory integrity compatibility events are generally Event ID 3087.
    6. Verify whether Memory integrity is actually enabled.
      • Check System Information (msinfo32) under Virtualization-based Security Services Running, or check the Core isolation page again.
    7. If the system became unstable after enabling Memory integrity, use recovery only as a last resort.
      • Risk: registry changes can affect boot behavior.
      • In Windows Recovery Environment, the documented command to turn Memory integrity off is:
             reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f
        

    About Windows Update hanging at 0% download: the provided material only supports the Memory integrity and incompatible-driver side of the problem. The supported fix here is to remove or update the incompatible driver first, restart, then retry enabling Memory integrity and retry Windows Update.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Ivan B 122.5K Reputation points Independent Advisor
    2026-09-11T03:25:41.53+00:00

    Hii,

    Do you have some Western Digital storage software or SanDisk installed if yes uninstall.

    If you still get the error about this incompatible driver, download autorun from the link below, extract the x64 version and run it as administrator.

    https://learn.microsoft.com/pt-br/sysinternals/downloads/autoruns

    Go to the drivers tab and find the wdcsam64_prewin8.sy driver, right-click and delete it.

    After removing it, do this: open the command prompt (admin) and run the commands: sfc /scannow and dism /online /cleanup-image /restorehealth, wait for the process to finish and restart the computer.

    Restart the PC After activating it, restart again.

    Please consider rating the question (accepting the answer or not) and visiting the Microsoft Q&A community if you have further questions.

    Thanks.

    Was this answer helpful?

    0 comments No comments

  3. Kapil Arya 38,446 Reputation points Volunteer Moderator
    2026-09-11T08:13:37.79+00:00

    Kindly try this.

    Open Device Manager, click View > hidden items.

    Locate WD device under WD Driver Management Devices/WD SES Device USB Device.

    Right click, select Uninstall.

    Restart your system.

    Let us know if this helps!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.