> For the complete documentation index, see [llms.txt](https://unixx.shop/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unixx.shop/docs/about/product-faq/how-to-disable-antivirus.md).

# How to Disable Antivirus

{% stepper %}
{% step %}

### Why Should I Disable My Antivirus?

Some antivirus software may flag our products as a false positive. This happens because they interact with system memory in ways that resemble malicious behavior — even though our tools are completely safe.

Temporarily disabling your antivirus prevents it from deleting or blocking your files during setup.
{% endstep %}

{% step %}

### Will Disabling It Give Me a Virus?

**No.** All products on Unixx.Shop are thoroughly tested for safety, stability, and performance. That said, we **always recommend turning your antivirus back on** after installation to stay protected from unrelated threats.
{% endstep %}
{% endstepper %}

## How Do I Turn My Antivirus Off?

<details>

<summary>1. Disable your browser’s antivirus features</summary>

Some browsers block files as a precaution. You can disable safe browsing using the links below:

* [Chrome](https://ugetfix.com/ask/how-to-disable-or-enable-safe-browsing-on-google-chrome/)
* [Firefox](https://support.mozilla.org/en-US/questions/922449)
* [Edge](https://answers.microsoft.com/en-us/microsoftedge/forum/all/safe-search-in-new-edge-browser/44850078-e3c7-4aa3-8f48-13c984d59fc8)

</details>

<details>

<summary>2. Turn off your 3rd-party antivirus software</summary>

If you use programs like Malwarebytes, Avast, or McAfee, you’ll need to disable real-time protection:

* [Malwarebytes](https://smallbusiness.chron.com/temporarily-disable-malwarebytes-65355.html)
* [Avast](https://support.garmin.com/en-GB/?faq=X1wP0rGse27dt5rla7uGR8)
* [McAfee](https://www.wikihow.com/Disable-McAfee)

</details>

<details>

<summary>3. Disable Windows Defender (Windows Security)</summary>

Even if you don’t have 3rd-party antivirus installed, Windows has built-in protection that may interfere.

* [Disable Real-Time Protection](https://support.microsoft.com/en-us/windows/turn-off-defender-antivirus-protection-in-windows-security-99e6004f-c54c-8509-773c-a4d776b77960)

</details>

<details>

<summary>4. Don’t want to turn everything off? Add exclusions instead</summary>

If you prefer to keep your antivirus protection active, you can **add an exclusion** so your software isn’t flagged or blocked.

> **Search on Google:**\
> \&#xNAN;*“How to exclude a file or folder in \[your antivirus name]”*
>
> Most antivirus programs support exclusions — look for this option in their settings.
>
> Still stuck? Ask us for help at [discord.gg/unixx](https://discord.gg/unixx)
>
> **Coming soon:** A full step-by-step guide with screenshots for all major antivirus tools.

</details>

## When Can I Turn My Antivirus Back On?

You can safely turn your antivirus back on any time you're **not actively using the software**. However, some antivirus programs may automatically delete the file once protection is re-enabled. To prevent this, we recommend **adding the file or folder as an exclusion** in your antivirus settings. This allows the software to run without being removed.


---

# 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://unixx.shop/docs/about/product-faq/how-to-disable-antivirus.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.
