> 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/rainbow-six-siege/crusader/preparation.md).

# Preparation

### Before you start

<details>

<summary>Disable browser security</summary>

Turn off browser download protection before you download the loader.

<a href="https://www.youtube.com/watch?v=d90j5ndyvdw" class="button secondary">Watch browser security tutorial</a>

If Chrome blocks the file, pause protection first and enable it again after download.

</details>

<details>

<summary>Disable or uninstall antivirus</summary>

Turn off all antivirus tools before you continue.

<a href="https://www.youtube.com/watch?v=CLIjr7FyxZ8" class="button secondary">Watch antivirus tutorial</a>

Third-party antivirus can block the loader or flag it as a false positive.

</details>

<details>

<summary>Disable Secure Boot</summary>

Secure Boot must stay off before launch.

1. Find your motherboard model.
2. Search for a guide for your BIOS.
3. Disable **Secure Boot**.
4. Save changes and restart.

</details>

<details>

<summary>Disable Fast Boot</summary>

Fast Boot can interfere with the loader.

1. Open your BIOS settings.
2. Find **Fast Boot**.
3. Set it to **Disabled**.
4. Save changes and restart.

</details>

<details>

<summary>Turn off Windows exploit protections</summary>

Disable these settings before launch.

{% hint style="warning" %}
Restart your PC if Windows applies new exploit protection settings.
{% endhint %}

1. Open **Start** and search for **Windows Security**.
2. Open **App & browser control**.
3. Select **Exploit protection settings**.
4. Open **System settings**.
5. Set every option you can disable from **On by default** to **Off**.
6. Press **Apply**.
7. Restart your PC.

</details>

<details>

<summary>Turn off Core isolation</summary>

`HVCI` must be disabled.

{% hint style="warning" %}
If **Memory integrity** is on, Crusader will not work.
{% endhint %}

1. Open **Windows Security**.
2. Go to **Device security**.
3. Open **Core isolation details**.
4. Turn **Memory integrity** off.
5. Restart your PC.

</details>

<details>

<summary>Remove Riot Vanguard and FACEIT</summary>

Uninstall both before use if they are installed.

{% hint style="warning" %}
Restart your PC after uninstalling anti-cheat. Reinstall it only after you finish using Crusader.
{% endhint %}

1. Open **Settings**.
2. Go to **Apps**.
3. Open **Installed apps** or **Apps & features**.
4. Select **Riot Vanguard** or **FACEIT**.
5. Press **Uninstall**.
6. 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/rainbow-six-siege/crusader/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.
