# Windows Pre Configuration

{% hint style="warning" %}
NOTE: As mentioned in the start tab, our products only work on Windows 10 version 22H2 and below. If you're running a version higher than 22H2, make sure to downgrade to 22H2.&#x20;

If you're unsure how to downgrade, please contact the support team on our Discord server.
{% endhint %}

{% hint style="danger" %}
How to make sure Secure Boot is off? WIN+R , type MSINFO32, click Enter. And you will see Secure boot is off right here :

&#x20;<img src="https://fatalservice.gitbook.io/~gitbook/image?url=https%3A%2F%2F1964063101-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FbDTwIRpyfz0yj9WrfQwT%252Fuploads%252Fun76HSIggFZ2IFzxSG5T%252Fimage.png%3Falt%3Dmedia%26token%3D898c530f-1bfc-4f33-9165-c09ac9c15907&#x26;width=300&#x26;dpr=4&#x26;quality=100&#x26;sign=79ac41b4&#x26;sv=2" alt="" data-size="original"> ![](https://fatalservice.gitbook.io/~gitbook/image?url=https%3A%2F%2F1964063101-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FbDTwIRpyfz0yj9WrfQwT%252Fuploads%252Fj01IzaMPGaYPjHPmAQvT%252Fimage%2520%281%29.png%3Falt%3Dmedia%26token%3D4939c388-d906-434d-ac3f-4267e8ef76b8\&width=300\&dpr=4\&quality=100\&sign=8bdbbd08\&sv=2)
{% endhint %}

{% hint style="danger" %}
How to make sure TPM is off WIN+R , type tpm.msc and click enter, Should say : Compatible TPM cannot be found.

![](/files/izf9eSUd9Tk4i7NZYQmV)![](/files/aeeRgsSKCJN3ROJP7uIv)
{% endhint %}

## After you've checked this, make sure to disable your AntiVirus, Windows Updates, Windows Smart Screen and Core Isolation.

{% tabs %}
{% tab title="Windows AntiVirus" %}
**Open Windows Security Settings**

* Press `Windows + I` to open **Settings**.
* Go to **Privacy & Security** > **Windows Security**.
* Click on **Virus & Threat Protection**.
* Under the **Virus & Threat Protection Settings**, click **Manage settings**.
* Turn off **Real-time protection and Tamper protection**. \
  This will temporarily disable Windows Defender.

{% hint style="warning" %}
To completely disable Windows Defender, follow the steps above. Then, download dControl from the file below, extract the entire folder to your desktop, and run **DControl.exe** as an administrator. After that, click the 'Disable Windows Defender' button.
{% endhint %}

{% file src="/files/1dlkmtuBXrUljTeEuCEy" %}
{% endtab %}

{% tab title="Windows Updates" %}
**Disable Windows Updates**

* **Download Windows Update Blocker** using the link below
* **Unzip** the downloaded files
* **Run Wub\_x64.exe**
* Use the tool to **disable Windows Updates** and click **Apply Now**

**Note:**&#x20;

Keep <mark style="background-color:blue;">**Protect Services Settings**</mark> enabled

{% file src="/files/ul4OUnxC74ADV4wLygDm" %}
{% endtab %}

{% tab title="Windows Smart Screen" %}

* **Open Windows Security**:
  * Press `Windows + I` to open **Settings**.
  * Go to **Privacy & Security** > **Windows Security**.
  * Click on **App & Browser Control**.
* **Disable SmartScreen**:
  * Under **Reputation-based protection settings**, click on **Reputation-based protection settings**.
  * Turn off **Check apps and files**.
  * Turn off **SmartScreen for Microsoft Edge** and **SmartScreen for Microsoft Store apps**, if needed.
    {% endtab %}

{% tab title="Core Isolation" %}

* **Open Windows Security**:
  * Press `Windows + I` to open **Settings**.
  * Go to **Privacy & Security** > **Windows Security**.
  * Click on **Device Security**.
* **Disable Core Isolation**:
  * Under the **Core Isolation** section, click on **Core Isolation Details**.
  * Toggle off **Memory Integrity**.
    {% endtab %}
    {% endtabs %}

## Download Visual Studio: <a href="#download" id="download"></a>

{% embed url="<https://visualstudio.microsoft.com/vs/community/>" %}

<figure><img src="/files/pC11VfRYnFX7IVZhtbGR" alt=""><figcaption><p>Download the <mark style="color:blue;">Desktop development with C++</mark></p></figcaption></figure>

## Disable UAC in your Windows <a href="#disable-uac-in-your-windows" id="disable-uac-in-your-windows"></a>

{% hint style="info" %}
Press the Windows key on your keyboard and type 'UAC' (User Account Control)\
Then set the slider to the lowest position

.<img src="/files/wVLGCZCWwOZ6P4TsFuNN" alt="" data-size="original">

{% endhint %}


---

# 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://docs.precisetech.cc/raid/setup/windows-pre-configuration.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.
