> For the complete documentation index, see [llms.txt](https://docs.softaim.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softaim.gg/draft/fortnite/memez/preparation.md).

# Preparation

### Before you start

{% hint style="info" %}
Finish these steps before you open the loader.

Missing setup can stop injection or break the menu.
{% endhint %}

<details>

<summary>Turn off Windows Defender</summary>

Windows Defender can block the loader.

Use Defender Control before launch.

<a href="https://www.sordum.org/files/downloads.php?st-defender-control" class="button primary" data-icon="shield">Download Defender Control</a>

1. Download the archive.
2. Extract it.
3. Use the password `sordum`.
4. Run `DControl.exe` as administrator.
5. Turn Windows Defender off fully.

{% hint style="warning" %}
Real-time protection must stay off while Memez is running.
{% endhint %}

</details>

<details>

<summary>Remove antivirus and conflicting anti-cheat</summary>

Other security software can block launch.

Uninstall any third-party antivirus first.

Common examples:

* **Avast**
* **Norton**
* **McAfee**
* **Bitdefender**
* **Kaspersky**

Also remove these anti-cheats if installed:

* **FACEIT**
* **Riot Vanguard**
* **GameGuard**
* **ACE (AntiCheatExpert)**

1. Open **Settings** → **Apps** → **Installed apps**.
2. Select the software.
3. Press **Uninstall**.
4. Restart your PC if Windows asks.

</details>

<details>

<summary>Disable Reputation-based protection</summary>

This Windows feature can stop the loader.

1. Open **Start**.
2. Search for **Reputation-based protection**.
3. Open the page.
4. Turn off every available option.

</details>

<details>

<summary>Set the game to Borderless or Windowed</summary>

Memez does not work in fullscreen.

Start the game once without the software.

Set the display mode to **Borderless** or **Windowed**.

Close the game after saving the setting.

</details>

<details>

<summary>Check BIOS and Windows requirements</summary>

These settings must be correct before launch:

* Disable **Secure Boot** in BIOS
* Enable virtualization in BIOS
* Enable **Hyper-V** in Windows

BIOS names depend on your CPU:

* **Intel** — `Intel Virtualization Technology`, `VT-d`
* **AMD** — `AMD-V`, `SVM`, `VT-d`

To enable **Hyper-V**:

1. Press `Win` + `R`.
2. Type `optionalfeatures`.
3. Press `Enter`.
4. Find **Hyper-V**.
5. Expand it and check every box.
6. Press **OK**.
7. Open **Command Prompt** as administrator.
8. Run:

```bash
bcdedit /set hypervisorlaunchtype auto
```

9. Restart your PC.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.softaim.gg/draft/fortnite/memez/preparation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
