> For the complete documentation index, see [llms.txt](https://cloveware.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloveware.gitbook.io/home/legit/setup/pc-setup.md).

# PC Setup

Prepare your system before running the loader. These steps are required for everything to work correctly.

{% hint style="danger" %}
**Critical:** You must perform all of these tasks before downloading or opening the loader. Antiviruses or incorrect system settings will prevent the loader from operating.
{% endhint %}

### ⚙️ Required Steps

{% stepper %}
{% step %}

## Disable & Uninstall Antivirus

Use Sordum Defender Control to fully disable Windows Defender. Third-party antiviruses must be uninstalled completely.

{% hint style="info" %}
[Download DControl ↗](https://www.sordum.org/9480/defender-control-v2-1/)
{% endhint %}
{% endstep %}

{% step %}

## Disable All Firewalls

Turn off Windows Firewall and any third-party firewall software.

{% hint style="info" %}
[Watch Tutorial Video ↗](https://www.google.com/url?sa=t\&source=web\&rct=j\&opi=89978449\&url=https://www.youtube.com/watch%3Fv%3DWHtquRLx-8Y\&ved=2ahUKEwjD69Oui6aVAxVrnokEHduQHLMQwqsBegQIORAB\&usg=AOvVaw2fTGU7FPj3yUmT18bb7Jz9)
{% endhint %}
{% endstep %}

{% step %}

## Sync Date & Time

Search "date and time" in the Windows search bar, then click the **Sync now** button in settings.

{% hint style="info" %}
[Watch Tutorial Video ↗](https://www.youtube.com/watch?v=DrCsm1aGElU)
{% endhint %}
{% endstep %}

{% step %}

## Set Display Scale to 100%

Open Windows Settings → System → Display and set the Scale to **100%**. This ensures ESP and overlays render correctly on your screen.

{% hint style="info" %}
[Watch Tutorial Video ↗](https://www.google.com/url?sa=t\&source=web\&rct=j\&opi=89978449\&url=https://www.youtube.com/watch%3Fv%3DHFuJGBGdUkc\&ved=2ahUKEwjOhpDQi6aVAxXUwvACHemfCpIQkPEHegQIGRAB\&usg=AOvVaw1iZ6_uKNg_MC0U-VIfchEc)
{% 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, and the optional `goal` query parameter:

```
GET https://cloveware.gitbook.io/home/legit/setup/pc-setup.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.
