Windows 11 - Core isolation: This setting is managed by your administrator

74lobster 31 Reputation points
2022-11-22T13:24:47.1+00:00

Hi, I use Windows 11 and in the menu:

  • Windows security
  • Device security

On "Core isolation" I find:

"This setting is managed by your administrator"

Memory integrity slide is greyed off but is setted to ON

I checked also in the registry and I verified that is ON, but I wannna disable "This setting is managed by your administrator" and have the possibility to set this option ON or OFF manually.

Someone could help me to fix this issue ?

Thanks in advance.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,374 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Kapil Arya 7,766 Reputation points MVP
    2022-11-23T16:11:46.167+00:00

    Open Registry Editor.

    Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios.

    Make sure HypervisorEnforcedCodeIntegrity is set to 1 to enable Memory integrity.

    2 people found this answer helpful.

  2. Kristopher Moreau 10 Reputation points
    2024-04-12T17:44:33.9566667+00:00

    I know this is an old post, but it's still the first thing that came up when I was searching for a solution to this. Hopefully this will save someone else.

    To remove the message "This setting is managed by your administrator" from the Core Isolation, Memory Integrity toggle, run the following command in an elevated Windows command prompt.

    reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "WasEnabledBy" /t REG_DWORD /d 2 /f

    That will add a Reg_Dword called "WasEnabledBy" to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity and set its value to 2.

    You may need to reboot but I didn't.

    Source: https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity

    2 people found this answer helpful.