# 👾 Windows Virus Detections

## Is Kiwi X a virus?

Short answer, **no**. This is what's often refered to as a **'False Positive'** detection.

### **What is a False Positive Detection?**

False positive is falsely and positively identifying a virus, i.e., an instance of wrongly labelling a program as a malicious program. False positive is considered as a drawback of a virus detection method. Minor weaknesses of any virus detection method can lead to false positives.

### **Why does this happen?**&#x20;

**1)** Due to the nature of exploiting, AV's such as Windows Defender & others incorrectly assume the software is unsafe. **2)** Developers obfuscate their software i.e making the code harder to prevent the source code from being tampered with. Since the code is harder to read to prevent others from stealing it, anti-viruses will wrongly assume the application is unsafe and detect it as a virus.

### How to disable Anti Virus:

Check this guide [**here**](https://www.xda-developers.com/how-to-disable-microsoft-defender-windows-11/). If you're using a third-party AV, then check a separate guide to disable.

**Kiwi X External requires to have all files in order to work. If a file is deleted by your Anti-Virus or manually, then it may cause issues with the Aim Aligner, launching or other general errors.**


---

# 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://kiwi-development.gitbook.io/kiwi-x-external/fixes/windows-virus-detections.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.
