# \[On Injection] System Reboots

If your system **suddenly reboots when injecting**, it’s typically due to **missing system settings** or an **outdated version of Windows**.

***

#### ✅ How to Fix It

**1. 🛠️ Press the “Fix System” Button**

Use the **Fix System** button available on the loader login screen. It applies essential system adjustments automatically.

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

***

**2. ⚙️ Set CET Manually (Control-flow Enforcement Technology)**

Some systems require disabling CET manually to prevent conflicts.

Open **Command Prompt as Administrator**, and run:

```cmd
bcdedit /set xsaveremovefeature 2048
```

Then **restart your PC**.

***

**3. 🔄 Update Windows**

Outdated builds of Windows are known to cause compatibility issues.

* Open **Settings > Windows Update**
* Click **Check for updates**
* Install everything available and reboot


---

# 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://zsoftware-guide.gitbook.io/guide/common-problems/on-injection-system-reboots.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.
