> For the complete documentation index, see [llms.txt](https://stasis-wtf.gitbook.io/stasis.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stasis-wtf.gitbook.io/stasis.wtf/getting-started/quickstart.md).

# Anti-Virus Setup

A tutorial on how to properly setup your antivirus to be able to run tools.

#### **Anti-Virus Setup**

1. Make Sure Your Turn Off All Virus & Threat Protection, if you do not run defender control, Real-time Protection will re-enable itself after every system restart.
2. Download [Sordum Defender Control](https://www.sordum.org/files/downloads.php?st-defender-control=)
3. Download [Winrar](https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-701.exe)
4. Open Defender Control using Winrar.
5. Use the Password 'sordum' To Extract.
6. Run The Program & Disable Antivirus

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-7.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=8f9cd6dc616ba94b87faf51334d60e80)

Now turn all 3 options in your Firewall off.\
![](https://810918723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTZSHIV0MsHq4m1CvD41G%2Fuploads%2FrTrNJDfw9bE943ekN4Ch%2Fimage.png?alt=media\&token=22d5ee22-3483-452a-aacb-87ff1b74ba04)

Now Head To "App & Browser Control"

Scroll Down To "Exploit Protection" & click "Exploit Protection Settings"

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-1.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=894a8729d032897473ba5d68ea6c6dcf)

Turn These All Off ONE BY ONE

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-2.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=3732a4768c47a4351eceda2e37640e19)

In "DEVICE SECURITY" Make Sure "Core Isolation" Is All Off.

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-5.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=12114d70e463199344e8c77c164529d3)

#### **Secure Boot Setup (ONLY IF CHEAT REQUIRES IT OFF)**

1. Hit the Windows Key + R To Open Windows Run
2. Now type "msinfo32" and hit Enter.

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-4.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=dc9d6efd8c03a1df201e8758f46d4289)

Make Sure Secure Boot Is Off, if its On you will need to go into your BIOS and disable it, you can search up a youtube tutorial if your stuck, each location varies depending on your motherboard.

#### **Faceit / Riot Clients**

1. Search Add Or Remove Program

![Image](https://mintcdn.com/solarservices/HC1nOKmV4umaQlOK/images/image-6.png?fit=max\&auto=format\&n=HC1nOKmV4umaQlOK\&q=85\&s=8abe9595c606e29b11ee63290ee97217)

Search As I Did Above Or Manually Look, Make Sure There Is None Of The Following:

1. RIOT CLIENT
2. VANGUARD
3. FACEIT
4. Or Any Other 3rd Party Antivirus Software

***


---

# 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://stasis-wtf.gitbook.io/stasis.wtf/getting-started/quickstart.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.
