# Getting Started

{% stepper %}
{% step %}

### Prepare Windows

* [Sync the PC's date & time](ms-settings:dateandtime)
* Update the video card (GPU) drivers [NVIDIA drivers](https://www.nvidia.com/en-us/geforce/drivers/) or [AMD drivers](https://www.amd.com/en/support/download/drivers.html)
* Download and install [Visual C++ Redistributables](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version), [.NET framework](https://dotnet.microsoft.com/en-us/download), [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=35), [WinRAR](https://www.win-rar.com/), and [7ZIP](https://www.7-zip.org/)
  {% endstep %}

{% step %}

### Remove anti-virus & anti-cheat

<details>

<summary>Why do I need to uninstall this?</summary>

Anti-cheat and anti-virus software can interfere with the functionality of our products. These products require system level access in order to remain undetected from the anti-cheat.

</details>

* Uninstall all third-party [antivirus software](#user-content-fn-1)[^1]
* Uninstall all third-party [anti-cheat software](#user-content-fn-2)[^2]
  {% endstep %}

{% step %}

### Disable Windows Defender

<details>

<summary>Why do I need to install Defender Control?</summary>

Sordum's Dcontrol allows you to easily disable Windows Defender from re-activating itself. This prevents issues related to anti-virus blocking any product.&#x20;

{% hint style="info" %}
If you are no longer using these products, you can simply re-enable Windows Defender using Dcontrol and reboot the PC.
{% endhint %}

</details>

* Toggle off [Tamper Protection](windowsdefender://threatsettings/) (Windows Security -> virus & threat protection)
* Download [Sordum Dcontrol](https://www.sordum.org/9480/defender-control-v2-1/); the archive password is `sordum`
* Open Dcontrol and click Disable Windows Defender
  {% endstep %}

{% step %}

### Disable the Vulnerable Driver Blocklist

<details>

<summary>Why do I need to disable the Vulnerable Driver Blocklist?</summary>

Some products require this blocklist to be disabled.

</details>

* Download the [Turn OFF Windows Vulnerable Driver Blocklist](https://3661827449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKDcbGlPDCQPYsgmPubxI%2Fuploads%2Fgit-blob-5d00096b330ed3bc8185898b35b7f0f00abcd10f%2FTurn%20OFF%20Windows%20Vulnerable%20Driver%20Blocklist.zip?alt=media) file
  * open the file, click `Yes`
  * reboot the PC
    {% endstep %}
    {% endstepper %}

[^1]: For example: AVAST, AVG, McAfee, Malwarebytes, etc.

[^2]: For example: Riot Vanguard, ESEA, FACEIT, etc.


---

# 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.dexa.im/1pc-guides/1pc-getting-started/quickstart.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.
