# Blue Screens

1. Your bios must be set to UEFI. To check this, open windows search and enter 'msinfo32', open 'System Information' window and search for 'BIOS Mode' you do this in your bios, google a video for your motherboard
2. Make sure Virtualization is disabled ([HOW?](https://loader-instructions.gitbook.io/loader-instructions/prerequisites-do-first))
3. Disable programs such as:\
   \- Cheat Engine\
   \- ProcessHacker\
   \- Razer Cortex\
   \- MSI Afterburner\
   \- Any other program that may tweak or overclock your ram.
4. Verify game files for the game you are injecting (while not injected)
5. Disable Hyper-V -> Run CMD as admin and type the following command:&#x20;

```
bcdedit /set hypervisorlaunchtype off
```

5. Do pre-requisites/injection steps for your game again. (Reinstall all files you previously installed)


---

# 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://loader-instructions.gitbook.io/loader-instructions/errors/blue-screens.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.
