VBS is not disabled on Windows 11, version 24H2, OS Build 26100.2161

Edy Cumar 15 Reputation points
2024-10-31T03:57:59.3433333+00:00

Hi,

I have tried all the methods to disable VBS, but it seems that Windows does not respond to it, and remains RUNNING in System Information.

PROGRAM

SYSTEM

CORE

REGEDIT

PROGRAM2

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

3 answers

Sort by: Most helpful
  1. QuestYouCraft 20 Reputation points
    2025-01-07T16:13:20.0866667+00:00

    Apparently, Microsoft employs such unique people that they didn't bother to explain that now Windows Hello security, starting with version 24H2, is based on VBS. To disable VBS, all you had to do was disable Windows Hello in Device Guard in the registry in this way:

    • 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
    • At the same time, oddly enough, the ability to log in to an account via Windows Hello (in particular, using a PIN code) still remains

    Source: https://www.reddit.com/r/Amd/comments/1fums7b/comment/lycwbc2

    4 people found this answer helpful.

  2. Anonymous
    2025-01-16T21:18:14.92+00:00

    Many thanks to QuestYouCraft. This was the missing key I was looking for!

    Initial situation:
    Brand new, clean install of 24H2. VBS and Hyper-V was enabled by default.

    Solution:

    1. Turned off Core-Isolation Memory-Integrity (Memory-Integrity only)
    2. Reg-Key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\DeviceGuard\EnableVirtualizationBasedSecurity" -> 0
    3. Reg-Key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\WindowsHello\Enabled" -> 0

    Restart and resetting Windows-Hello PIN (Windows prompts for it) - and that's it.

    Sad that Microsoft is withholding this simple information from its loyal customers. Took a lot of time to gather the right and working informationen as there are so many posts in so many communites (including this one) about the topic without any satisfactory procedure or result.

    Best regards

    1 person found this answer helpful.

  3. Jing Zhou 7,765 Reputation points Microsoft External Staff
    2024-11-04T03:02:51.0133333+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To further troubleshoot this issue, please kindly try below steps:

    1.Open Group Policy Editor and navigate to Computer Configuration > Administrative Templates > System > Device Guard > set Turn On Virtualization Based Security as Disabled and restart Your computer.

    2.Open CMD window and run below command:

    bcdedit /set hypervisorlaunchtype off

    to disable the hypervisor and VBS at the same time.

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

     

    Best regards,

    Jill Zhou

     


    If the Answer is helpful, please click "Accept Answer" and upvote it.


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.