# -Memez

Follow this guide carefully to ensure everything works correctly.

## ⚙️ Stage 1 — Preparation

{% stepper %}
{% step %}

#### 🧠 BIOS Setup

**Disable Secure Boot**

* Enter your BIOS
* Find **Secure Boot**
* Set it to **Disabled**

**Enable Virtualization**

Depending on your CPU:

* **AMD**
  * Enable **AMD-V**
  * Enable **SVM**
  * Enable **VT-D**
* **Intel**
  * Enable **Intel Virtualization Technology**
  * Enable **VT-D**
    {% endstep %}

{% step %}

#### 🪟 Windows Setup

**Enable Hyper-V**

1. Press `Win + R`
2. Type:

```
optionalfeatures
```

3. Press **Enter**
4. Find **Hyper-V**
5. Expand it and **check ALL boxes**
6. Click **OK**

**Enable Hypervisor**

1. Open **CMD as Administrator**
2. Run:

```
bcdedit /set hypervisorlaunchtype auto
```

{% endstep %}

{% step %}

#### 🛑 Remove Conflicting Software

You **MUST uninstall** the following if installed:

* Faceit
* GameGuard
* AnticheatExpert
* Vanguard
* Kaspersky
* 360 Total Security
* Avast
  {% endstep %}

{% step %}

#### 📦 Install Required Components

Download and install:

* **Visual C++ Redistributables**
  * x86: <https://aka.ms/vs/17/release/vc_redist.x86.exe>
  * x64: <https://aka.ms/vs/17/release/vc_redist.x64.exe>
* **DirectX**
  * <https://www.microsoft.com/ru-ru/download/details.aspx?id=35>
    {% endstep %}

{% step %}

#### 🔁 Restart Your PC

After completing ALL steps above, **restart your computer**.
{% endstep %}
{% endstepper %}

## Stage 2 — Download & Setup

### ❌ Disable Windows Defender !

Standard disabling is not enough.

{% stepper %}
{% step %}

#### Disable Windows Defender

1. [Download here](https://loader.colortune.ru/Defender%20Control%20v2.1.zip)
2. Extract the archive
3. Run **DControl**
4. Click **Disable**
5. The program should turn red

Also disable:

* Windows Defender (all options)
* SmartScreen
  {% endstep %}

{% step %}

#### Download & Run Loader

1. [Download here](https://loader.colortune.ru/)
2. Run the loader
3. Enter your activation key
4. Press Enter

**First launch:**

* Your PC will restart automatically

**After restart:**

1. Open the loader again
2. Enter your key again
3. Wait for successful launch
   {% endstep %}

{% step %}

#### Game Display Mode

Set your game to:

* Windowed
* or Borderless (Fullscreen Windowed)

Do not use exclusive fullscreen.
{% endstep %}
{% endstepper %}

## 🎯 Stage 3 — In-Game Usage

1. Launch the game
2. Wait until fully loaded
3. Press `F2`

Menu key: **F2**

## 🛑 Important Notes

* Follow the exact order of steps
* Skipping steps will cause issues
* Antivirus and anti-cheat conflicts are the most common problem


---

# 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.tomdennsysmarket.net/apex/memez.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.
