Vulnerable Drivers

1. Open Command Prompt as Administrator

  1. Press Windows + S and type cmd or Command Prompt.

  2. Right-click on Command Prompt in the search results and select Run as Administrator.

  3. Confirm any User Account Control (UAC) prompts by clicking Yes.

2. Run the Registry Command

  1. In the Command Prompt, type or paste the following command:

    reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000
  2. Press Enter.

3. Respond to the Prompt

  • If the value VulnerableDriverBlocklistEnable already exists, you will be prompted with:

    The value VulnerableDriverBlocklistEnable exists. Do you want to overwrite it (Yes/No)?
  • Type Y for Yes and press Enter to confirm the replacement of the existing value.

4. Verify Success

  • After confirming, you should see the following message:

    The operation completed successfully.

5. Restart Your Computer (Wait to finish all steps before restarting)

  • Restart your computer to ensure the changes take full effect.

By following these steps, you'll successfully replace the existing VulnerableDriverBlocklistEnable value in the registry with the new setting, disabling the vulnerable driver blocklist.

Last updated