Help Desk!
  • ❗INTRODUCTION
  • 🚩Individual guides
    • Virtualization
    • Hyper-V
    • Memory Integrity
    • Error 202
    • Antivirus Software
    • Disable Anti-Cheat
    • Visual C++ Redistributables
  • 🚩Common Issues
    • BSOD Fix
    • Internal Errors
    • Key Not Found
    • Server Error
    • Loader Crash
    • Dev Error (6456, 6067, 6068)
  • Guide
    • PC Setup
    • Multi Loader
    • CMD Loaders
    • Any Blocker Product
Powered by GitBook
On this page
  1. Individual guides

Error 202

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

Last updated 1 year 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.

Video Tut Here!

  • If you incounter the following error "access denied" Enter this command

  • net user administrator /active:yes

  • Once this is done, Error should be gone!

🚩