> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/troubleshooting/common-fixes/disable-enable-secure-boot.md).

# Disable/Enable Secure Boot

*Secure Boot is a setting in BIOS, which needs to be turned off in order for cheats to run properly.*

{% hint style="warning" %}
**Before you start:** if **BitLocker** is enabled, changing Secure Boot can make Windows ask for your **BitLocker recovery key** on the next boot. Make sure you have your recovery key saved (or turn BitLocker off first) so you don't get locked out of your drive.
{% endhint %}

Here's a YouTube guide on how to disable Secure Boot:

{% embed url="<https://www.youtube.com/watch?v=CbgX_Ek76XA&ab_channel=RamboTech>" %}

{% stepper %}
{% step %}

### Enter BIOS/UEFI Settings

* Restart your computer.
* As it boots, repeatedly press the BIOS key:
  * Common keys: **DEL, F2, F10, ESC**
* You should now be inside the BIOS/UEFI menu.
  {% endstep %}

{% step %}

### Locate Secure Boot Settings

* Navigate using arrow keys (or mouse, depending on BIOS).
* Look for tabs like:
  * **Boot**
  * **Security**
  * **Authentication**

You should find an option labeled:

* **Secure Boot**
* or **Secure Boot Control**
  {% endstep %}

{% step %}

### Disable Secure Boot

* Change the setting from:
  * **Enabled → Disabled**
    {% endstep %}

{% step %}

### (If Required) Change Boot Mode

If Secure Boot is greyed out:

1. Find **Boot Mode / OS Type**
2. Change:
   * **UEFI → Legacy / CSM**
   * or **Windows UEFI Mode → Other OS**
     {% endstep %}

{% step %}

### Save and Exit

* Press **F10** (or go to “Save & Exit”)
* Confirm changes
* Your PC will restart
  {% endstep %}

{% step %}

### Verify Secure Boot is Disabled (Optional)

1. Press **Windows + R**
2. Type: `msinfo32` and hit **Enter**
3. Check that **Secure Boot State** shows **Off**.
   {% endstep %}
   {% endstepper %}

## Re-Enabling Secure Boot

To turn Secure Boot back on, go back into your BIOS and change the setting from **Disabled → Enabled**. If you changed the Boot Mode earlier, set it back to **UEFI** / **Windows UEFI Mode** as well, then save and exit.

{% hint style="info" %}
**Having trouble, or your PC won't boot after changing these settings?** Create a ticket in our [Discord](https://ssz.gg/discord) and our support team will assist you.
{% endhint %}


---

# 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:

```
GET https://docs.ssz.gg/troubleshooting/common-fixes/disable-enable-secure-boot.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.
