Is there an easy easy way to disable Virtualization Based Security?

Discussion in 'Windows 11' started by Super Spartan, Jun 1, 2025.

  1. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    Here is what I did and it still shows that it's running under system information

    1) I disabled Memory Integrity.
    2) I disabled it from the Group Policy Editor (Administrative Templates > System > Device Guard > Turn on Virtualization Based Security = Off)
    3) From Registry:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
    
    "EnableVirtualizationBasedSecurity"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios]
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard]
    "Enabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
    "Enabled"=dword:00000000
    "ChangedInBootCycle"=hex(b):40,76,a1,c4,e6,10,db,01
    
    
    It still shows as Running in System Information
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Rzzzy

    Rzzzy MDL Novice

    May 16, 2025
    13
    5
    0
    As I am newbie here my 1st post @MDL I use a local account all I done was simple regedit

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]

    "EnableVirtualizationBasedSecurity"=dword:00000000

    VBS Gone or running :)
     
  3. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,291
    1,217
    60
  4. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. wtfjajaja

    wtfjajaja MDL Novice

    Oct 4, 2008
    8
    4
    0
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
    "RequirePlatformSecurityFeatures"=dword:00000000
    "EnableVirtualizationBasedSecurity"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios]
    "HypervisorEnforcedCodeIntegrity"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\DeviceGuard]
    "EnableVirtualizationBasedSecurity"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard]
    "Enabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
    "Enabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\KernelShadowStacks]
    "Enabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard]
    "RequirePlatformSecurityFeatures"=dword:00000000
    "EnableVirtualizationBasedSecurity"=dword:00000000
    "HypervisorEnforcedCodeIntegrity"=dword:00000000
    
    
    this worked for me after multiple testings
     
  6. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    That didn't work for me, still show that it's running. I don't even have the Virtual Machine Platform enabled in Windows > Programs and Features and have disabled Virtualization Based Security fro the Group Policy Editor then ran that reg file twice but it's still running.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
    @Super Spartan
    IDK
    Disable Virtualization in Bios???, i 've it disabled on my side without all the above registry keys or GPO.

    Capture1.PNG Capture2.PNG Capture3.PNG
     
  8. TigTex

    TigTex MDL Senior Member

    Oct 5, 2009
    482
    391
    10
    You might have credential guard running with a UEFI lock (or something similar).
    What does msinfo32 tell you? What is the VBS technology that is running?
     
  9. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    #9 Super Spartan, Jun 2, 2025
    Last edited: Jun 2, 2025
    (OP)
    ScreenShot00002.png

    I went into the BIOS of my Razer Blade 16, there was an option saying "Security Device Support" which was set to Enabled. I set it to Disabled but that also didn't help
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
  11. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    I guess I'm out of luck, there are no settings to change under CPU configuration in the BIOS for this laptop.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. windsman

    windsman MDL Expert

    Jan 11, 2010
    1,515
    1,396
    60
    @Super Spartan
    I guess your bios is up-to-date ?, sometimes this settting is placed in elsewhere!!!
     
  13. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,781
    1,027
    60
    Offcourse, it's the latest BIOS. I've looked everywhere, the BIOS is so locked down on this laptop
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. adric

    adric MDL Expert

    Jul 30, 2009
    1,446
    1,650
    60
    Isn't Virtual Base Security a useful security feature and what's the advantage or reason for turning it off?
     
  15. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,638
    2,882
    120
    More performance
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. TigTex

    TigTex MDL Senior Member

    Oct 5, 2009
    482
    391
    10
    Do you happen to be using a game like Valorant that requires VBS?
    The "security device support" is probably TPM2.0 and should be kept on
     
  17. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,291
    1,217
    60