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

74lobster 41 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.
11,151 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Kristopher Moreau 25 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

    5 people found this answer helpful.

  2. Kapil Arya 8,246 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.

  3. Patrik Andersson 0 Reputation points
    2025-02-08T15:23:11.2966667+00:00

    This did not solve my problem. My settings are still blocked and "manage by administrator".


Your answer

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