๐ฎ ๐๐ซ๐ซ๐จ๐ซ ๐๐๐
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 type "y" or "yes" to confirm that. Restart your PC after making these changes.

If you incounter the following error "access denied" Enter this command:
net user administrator /active:yes
Once this is done, Error should be gone!
Previous๐ฎ ๐๐๐ฆ๐จ๐ซ๐ฒ ๐๐ง๐ญ๐๐ ๐ซ๐ข๐ญ๐ฒNext๐ฎ ๐๐ข๐ฌ๐ฎ๐๐ฅ ๐++ ๐๐๐๐ข๐ฌ๐ญ๐ซ๐ข๐๐ฎ๐ญ๐๐๐ฅ๐๐ฌ
Last updated