# Injection failed: Cannot find AC driver, further game loading is insecure. Disable Driver Check

If this error occurs, you are asked to add <mark style="color:red;">**DisableDriverCheck = true**</mark> to cfg.ini, but each user has its own name and format, so you will have to find it yourself. You have to open each file with a text cheat and find it or use the automatic search -> <https://workupload.com/file/WU5ukmCpqxN> (run, specify the path to your akebi folder and the console will show the path to your cfg.ini).&#x20;

1. Open the found file with notepad and edit it as shown below.
2. Once opened, the file will look like this:

<pre><code><strong>[GenshinImpact]
</strong>Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe
</code></pre>

Then you indent 2 lines and on line 4 add \[Inject] and after it on a new line <mark style="color:red;">**DisableDriverCheck = true**</mark>

An example of what it should look like:

```
[GenshinImpact]
Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe

[Inject]
DisableDriverCheck = true
```

3. <mark style="color:red;">**Save file!**</mark>


---

# Agent Instructions: 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://docs.akebi.wiki/error-list/injection-failed-cannot-find-ac-driver-further-game-loading-is-insecure.-disable-driver-check.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.
