# Product requires system secure boot state to be disabled

## To disable system Secure Boot do the following:

{% stepper %}
{% step %}

### Open PowerShell as administrator

Type "PowerShell" in the Windows search bar and run it as administrator.
{% endstep %}

{% step %}

### Get your product information

In the elevated PowerShell prompt, run:

{% code title="PowerShell" %}

```powershell
Get-CimInstance Win32_BaseBoard | Select-Object Manufacturer,Product
```

{% endcode %}

Copy the Product value from the output.

Or if you are spoofed look on the motherboard's box/check in bios
{% endstep %}

{% step %}

### Find device-specific Secure Boot instructions

Search the web for your Product and "How To Disable Secureboot On \[Product]" and follow a YouTube guide you find.
{% endstep %}
{% endstepper %}


---

# 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://cookiebunker.gitbook.io/cookiebunker/our-products/fortnite-external/product-requires-system-secure-boot-state-to-be-disabled.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.
