Vulnerable Driver Block-list
This page will help you disable the Vulnerable Driver Blocklist in Windows.
Start by opening a Command Prompt as Admin. Once open, copy and paste the following line of code, then type "y" or "yes" to confirm the changes:
reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000
It may ask you to overwrite/create a new registry key, which you can also confirm by typing "y" or "yes" to confirm. Restart your PC after making these changes.
Last updated