Advertisement
Guest User

Windows 11 Kernel Isolation

a guest
Feb 9th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. -----Disable Windows 11 Kernel Isolation-----
  2.  
  3. Windows Registry Editor Version 5.00
  4.  
  5. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
  6. "Enabled"=dword:00000000
  7.  
  8. -----Enable Windows 11 Kernel Isolation-----
  9.  
  10. Windows Registry Editor Version 5.00
  11.  
  12. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
  13. "Enabled"=dword:00000001
  14.  
  15. -----
  16.  
  17. How To:
  18.  
  19. 1) Copy/Paste content between -----*----- into Notepad and safe as reg_enable.reg and/or reg_disable.reg respectively
  20. 2) Import desired setting into registry by double-clicking the created .reg-file and choose -> Yes
  21. 3) Reboot
  22. 4) Done
  23. 5) To invert the settings just repeat steps 2-4 with the other registry file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement