> For the complete documentation index, see [llms.txt](https://docs.ducks-services.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ducks-services.com/getting-started/pre-setup.md).

# Pre-Setup Guide

{% stepper %}
{% step %}

### **Download Microsoft VisualC++**

1. Visit [this link](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
2. Download VisualC++ then extract the file *(right click on the file, and press extract)*
3. Run the "Install\_All" file as adminstrator

<div align="left"><figure><img src="/files/ldDnXPWtVdsOUp00Pm2k" alt="" width="318"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Disable Windows Defender**

<details>

<summary>Why do I need to turn off anti virus?</summary>

Windows Security and third-party antivirus services will proactively block "injection" methods. This is a false-positive detection that must be resolved before proceeding.

</details>

1. Disable **Virus & threat protection settings**
   1. Search "Virus & Threat Protection Settings" in your windows search bar
   2. Click "Manage Settings"
   3. Disable all settings here, including "Real-time protection"

<div align="left" data-with-frame="true"><figure><img src="/files/Ues4kE4lVY8DidJbpgkq" alt="" width="375"><figcaption></figcaption></figure></div>

2. Download and Install **DControl.**
   1. Download [Winrar](https://www.win-rar.com/postdownload.html) and install it. *(This is requrired to extract .rar files)*
   2. Download [DControl](https://drive.usercontent.google.com/download?id=1jxmKjN820qP_cLZLgbeBi-aP5DUbROle\&export=download\&authuser=0) - File passoword is `sordum`
   3. Open it and select "Disable Windows Defender

<div align="left" data-with-frame="true"><figure><img src="/files/7HtUByb2JfyDI3ur8Up5" alt="" width="302"><figcaption></figcaption></figure></div>

<details>

<summary>Why do I need to install DControl?</summary>

Windows Defender is designed to automatically re-enable itself after a restart or a period of inactivity. DControl (Windows Defender Control) permanently suppresses these security services to ensure they stay off, saving you the time of re-disabling them every session. It also provides a simple way to toggle protection back on whenever you choose.

</details>
{% endstep %}

{% step %}

### **Remove Other Anti-Cheats**

Uninstall the following if installed:

* **FACEIT Anti-Cheat**
* **Vanguard** (Valorant Anti-Cheat)

<div align="left" data-with-frame="true"><figure><img src="/files/pOkoQH7HdgqtVU6i99KY" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Note: If you are using a product that specifically requires one of these anti-cheats, you can keep it installed; it will be fully supported.
{% endhint %}
{% endstep %}
{% endstepper %}

***


---

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

```
GET https://docs.ducks-services.com/getting-started/pre-setup.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.
