πŸ“¦Vulnerable Driver Blocklist

How to disable the Vulnerable Driver Blocklist on Windows

  • To being, launch a command prompt as an administrator.

  • Once the command prompt is open, copy and paste the following line of code. When prompted, type "y" or "yes" to confirm the changes: reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000

  • If you encounter a request to overwrite or create a new registry key, you can confirm it by typing "y" or "yes".

  • Finally, remember to restart your PC after making these changes for them to take effect.

Last updated