Eth's Rebrands Guide
  • ❗INTRODUCTION
  • 🚩INDIVIDUAL GUIDES
    • Virtualization
    • Hyper-V
    • Memory Integrity
    • Error 202
    • Antivirus Software
    • Disable Anti-Cheat
    • Visual C++ Redistributables
  • 🚩COMMON ISSUES
    • DIRECT X CRASH FIX
    • BSOD Fix
    • Internal Errors
    • Key Not Found
    • Server Error
    • Loader Crash
    • Dev Error (6456, 6067, 6068)
Powered by GitBook
On this page
  1. INDIVIDUAL GUIDES

Error 202

This page will help you disable the Vulnerable Driver Blocklist in Windows.

PreviousMemory IntegrityNextAntivirus Software

Last updated 11 months ago

  • 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!

🚩