CT GUIDES
  • Getting started
    • Purchasing
    • Loaders
  • 📚 Guides
  • 1. Virtualization
  • 2. Secure Boot
  • 3. Hyper-V
  • 4. Antivirus
  • 5. Anti-Cheat
  • 6. Memory Integrity
  • 7. Driver Blocklist
  • 8. C++ Redistributables
  • 9. Overlays
  • 10. Firewalls
  • 11. System Language
  • 12. Sync Date & Time
  • Common Issues
    • Driver Error
    • BSOD
    • Key Not Found
    • Corrupted Message (3)
    • Server Error
    • Loader Crash
    • Dev Error (6456, 6067, 6068)
    • Common Issues
  • **MUST READ**
  • Page
    • Page 2
  • Page 1
Powered by GitBook
On this page

7. Driver Blocklist

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

Previous6. Memory IntegrityNext8. C++ Redistributables

Last updated 2 years 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.