Vulnerable Driver Blocklist

This page will help you disable the Vulnerable Driver Blocklist in Windows.

This action is only needed for Windows 11 22H2

You can skip this section by downloading vulnerable_driver.bat script and running it as administrator

  • To make changes to the registry to disable the Vulnerable Driver Blocklist, follow these steps:

  • Open Command Prompt as Administrator:

    • Press the Windows key.

    • Type "Command Prompt" or "cmd" into the search bar.

    • Right-click on "Command Prompt" and select "Run as administrator."

  • Copy and Paste the Command:

    • Copy the following line of code:

      reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000
  • Confirm Changes:

    • Paste the command into the Command Prompt.

    • If prompted to confirm changes or overwrite a registry key, type "y" or "yes" and press Enter.

  • Restart Your PC:

    • After making these changes, restart your computer for the modifications to take effect.

Ensure that you follow the instructions carefully, and consider creating a backup of your registry or system restore point before making changes.

Last updated