> For the complete documentation index, see [llms.txt](https://zsoftware-guide.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zsoftware-guide.gitbook.io/guide/common-problems/on-injection-system-reboots.md).

# \[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
