# 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>
