Cannot force disable Hyper-V/VBS on Windows 11 (Build 26200) - Persistent

Discussion in 'Windows 11' started by Ev124, Jan 22, 2026.

  1. Master01

    Master01 MDL Junior Member

    Mar 18, 2015
    61
    30
    0
    On the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\WindowsHello path, you need to change the value of the DWORD parameter "Enabled" to 0

    After restarting your PC, VBS should be turned off
     
  2. AndyMutz

    AndyMutz MDL Senior Member

    Jun 30, 2011
    374
    702
    10
    does not work for me either.
    tested on a clean installation again.
    configured both, the HyperVVirtualizationBasedSecurityOptout and the WindowsHello keys accordingly and after a reboot msinfo32 still reports VBS as running.

    to be clear, I also re-test my own method everytime and it disables VBS everytime successfully, I just like to test other suggestions on how to disable VBS :)

    -andy-
     
  3. aphelion83

    aphelion83 MDL Novice

    Apr 25, 2022
    3
    2
    0
    The Optout key was the last piece in the puzzle for me. I also have the Windows Hello and other DeviceGuard keys mentioned here set to disabled. Without this, VBS was still running unless I set the BCD flag to turn off Hyper-V. With it, I can remove the flag so it's auto-determined and still get "Not enabled".
     
  4. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    982
    490
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,192
    10,518
    270
    You answered your own question with the image, there is no "Disable" or "Uninstall" button for this entry. Might have to disable (Start=4) it in the Registry.

    Code:
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    982
    490
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,192
    10,518
    270
    They usually show up if the device is already disabled. Once enabled, they vanish again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,334
    1,241
    60
    Task Manager reports Virtualization enabled, even though, it is clearly disabled. That alone causes a lot of confusion.
     

    Attached Files:

  9. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    224
    87
    10
    Virtualization = Enabled from Windows Task Manager is for CPU/BIOS Virtualization status capable, not "running".
    It's not VBS related.
    Hyper-V or VBS or VMware or VirtualBox requires Virtualization = Enabled from Task Manager.
     
  10. Mooniversal

    Mooniversal MDL Member

    Jul 9, 2020
    121
    69
    10
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard -> EnableVirtualizationBasedSecurity -> 0
     
  11. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,334
    1,241
    60
    That proves my point, I have that disabled too. o_O