Error 202 Fix

Disable Vulnerable Driver Blocklist

triangle-exclamation
  1. Right-click Start button, select "Command Prompt (Admin)"

  2. Confirm User Account Control prompt

  3. Execute the registry command:

    • reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000 (command)

  4. Type "y" or "yes" when prompted

  5. Restart your computer

If Access Denied Error Occurs :

net user administrator /active:yes 

Then retry the registry command.

Last updated