> For the complete documentation index, see [llms.txt](https://peachess-services.gitbook.io/peaches-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://peachess-services.gitbook.io/peaches-guide/2-step-by-step-guide/11.-error-202.md).

# 11. Error 202

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 encounter the following error "access denied" Enter this command
  * net user administrator /active:yes
  * Once this is done, Error should be gone!

<figure><img src="https://3475474808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbcNS3SwbtiOy6ezT25b%2Fuploads%2FMjUoK4bqF6UOsQvkVXbo%2Fg.png?alt=media&amp;token=0fe946c2-b45d-43aa-8a8d-6d583cf9b484" alt=""><figcaption></figcaption></figure>
