> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/troubleshooting/common-fixes/set-up-dcontrol.md).

# Set-Up DControl

*Defender Control (DControl) is a small tool that fully disables Windows Defender. Windows Defender often flags or deletes loaders as false positives, so disabling it is a common fix when a product won't download, extract, or run.*

{% hint style="warning" %}
Windows Defender may try to **block or delete DControl itself**, since it is a tool that disables Defender. This is a false positive. You may need to add an exclusion for the folder you extract it to, or temporarily turn off **Real-time protection** before running it.
{% endhint %}

<a href="https://drive.usercontent.google.com/download?id=1tdso9fRwyVSartgvtIIrRtXarse3qsvi&#x26;export=download&#x26;authuser=0" class="button primary" data-icon="desktop-arrow-down">Download Defender Control</a>

{% hint style="info" %}
The download is password protected. **Password:** `sordum`
{% endhint %}

{% stepper %}
{% step %}

### Download and Extract

1. Click the download button above to get the `.zip` file.
2. Right-click the file → **Extract All** (use [WinRAR](https://www.win-rar.com/download.html?\&L=0) if needed).
3. Enter the password `sordum` if prompted.
   {% endstep %}

{% step %}

### Run Defender Control

1. Open the extracted folder.
2. Right-click **`dControl.exe`** → **Run as administrator**.
   {% endstep %}

{% step %}

### Disable Windows Defender

* Click the **menu / settings** option and select **Disable Windows Defender**.
* The window will turn **red**, confirming Defender is now disabled.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
**Prefer to watch?** Here is a [video guide](https://streamable.com/mdq704) showing how to run Defender Control.
{% endhint %}

## Re-Enabling Windows Defender

To turn protection back on, open **Defender Control** again and click **Enable Windows Defender**. The window will turn **green**, confirming Defender is active.

{% hint style="info" %}
**Still having issues, or Defender keeps re-enabling itself?** Create a ticket in our [Discord](https://ssz.gg/discord) and our support team will assist you.
{% endhint %}


---

# 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.ssz.gg/troubleshooting/common-fixes/set-up-dcontrol.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.
