# Disabling Your Pc's Security

1. **EASTIEST METHOD:** [Sordum Defender Control](/quickstart.md)

2. **MANUAL METHOD:**

Here's how to disable your real time protection without downloading anything until the next time you restart your PC.

Open Start. Search for PowerShell, right-click the top result, and select the Run as administrator option.

<figure><img src="/files/woUWveAGUrMDsbfR4i4Q" alt=""><figcaption></figcaption></figure>

Type the following command to disable Microsoft Defender Antivirus real-time protection and press Enter:

```
Set-MpPreference -DisableRealtimeMonitoring $true
```

Alternatively do the following:

Open your windows security by searching for it:

<figure><img src="/files/jNidtRslEuTvCiNlmVIl" alt=""><figcaption></figcaption></figure>

Once inside open virus and threat protection:

<figure><img src="/files/lJy6OVGoizKPsS2aL6Oo" alt=""><figcaption></figcaption></figure>

Click on manage settings:

<figure><img src="/files/f2dJbttFCNWtVROjIY33" alt=""><figcaption></figcaption></figure>

Disable all the options:

<figure><img src="/files/GPEJfMBCWe60zGEZlGiY" alt=""><figcaption></figcaption></figure>

Go back and disable windows firewall:

<br>

<figure><img src="/files/azQRyjogQKdFxE5ArTHt" alt=""><figcaption></figcaption></figure>

Then go to device security click on the hyper links below core isolation:

<br>

<figure><img src="/files/l0ElTT514Sk1ROK3OvNq" alt=""><figcaption></figcaption></figure>

Memory integrity should already be disabled or else you will receive the vulnerable driver error:

<br>

<figure><img src="/files/29GkV8zGSRs4GJyr8E2Z" alt=""><figcaption></figcaption></figure>

Lastly you can also make a folder where you will have your cheats and other exploit programs installed and add it as an exclusion folder

Open windows security and inside virus and threat protection scroll down to exclusions:

<figure><img src="/files/s5lRuzDUq16y6A36qLpt" alt=""><figcaption></figcaption></figure>

And you are done and good to go Enjoy and have fun

[<br>](https://fullsendgaming.gitbook.io/untitled/pc-setup/anti-virus-setting)


---

# 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://help.shamods.com/pc-setup/disabling-your-pcs-security.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.
