> For the complete documentation index, see [llms.txt](https://sinistermods.gitbook.io/sinister-mods-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sinistermods.gitbook.io/sinister-mods-guide/errors-and-fixes/vulnerable-driver.md).

# VULNERABLE DRIVER

> This action is only needed for Windows 11 22H2

{% hint style="info" %}
You can skip this section by downloading [vulnerable\_driver.bat](https://cdn.discordapp.com/attachments/1171209738822881390/1174843120018534580/VulnerableDriverFix_1.bat?ex=656910eb\&is=65569beb\&hm=9c43da0171dd3c3ab1e5f19a006858a34e6827febb55a09b589c7b3e26e9865c&) script and running it as administrator
{% endhint %}

* To make changes to the registry to disable the Vulnerable Driver Blocklist, follow these steps:
* **Open Command Prompt as Administrator:**
  * Press the Windows key.
  * Type "Command Prompt" or "cmd" into the search bar.
  * Right-click on "Command Prompt" and select "Run as administrator."
* **Copy and Paste the Command:**
  * Copy the following line of code:reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG\_DWORD /d 0x000000
* **Confirm Changes:**
  * Paste the command into the Command Prompt.
  * If prompted to confirm changes or overwrite a registry key, type "y" or "yes" and press Enter.
* **Restart Your PC:**
  * After making these changes, restart your computer for the modifications to take effect.

Ensure that you follow the instructions carefully, and consider creating a backup of your registry or system restore point before making changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sinistermods.gitbook.io/sinister-mods-guide/errors-and-fixes/vulnerable-driver.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
