# Disable Secure Boot

In this article, we will explain How to Disable Secure Boot for your Windows.

Some hacks only function correctly when Secure Boot has been disabled. A quick and easy way to check if this is already the case is the following:

1\. Open the Start Menu by pressing the Windows key or clicking on the Windows icon at the bottom left of the screen

2\. When the Start Menu opens, start typing "cmd" and wait till you see the following: [![](https://arctic-cheats-guides.gitbook.io/~gitbook/image?url=https%3A%2F%2Fwww.skycheats.com%2Fuploads%2Fmonthly_2022_12%2F1.png.83c165066fd1b57aa79b057907e90241.png\&width=300\&dpr=4\&quality=100\&sign=347f9b89\&sv=2)](https://www.skycheats.com/uploads/monthly_2022_12/1.png.83c165066fd1b57aa79b057907e90241.png)

3\. Now right-click on the "Command Prompt" App and click on "Run as administrator":

[![](https://arctic-cheats-guides.gitbook.io/~gitbook/image?url=https%3A%2F%2Fwww.skycheats.com%2Fuploads%2Fmonthly_2022_12%2F2.png.ac9fbb69f70151873041ac3697cd1fb7.png\&width=300\&dpr=4\&quality=100\&sign=33f854bb\&sv=2)](https://www.skycheats.com/uploads/monthly_2022_12/2.png.ac9fbb69f70151873041ac3697cd1fb7.png)

4\. In the new Command window, type the following:

bcdedit -set TESTSIGNING OFF

and then press "Enter"

5\. If you see the message "The operation completed successfully," this means the Secure Boot is disabled.

[![](https://arctic-cheats-guides.gitbook.io/~gitbook/image?url=https%3A%2F%2Fwww.skycheats.com%2Fuploads%2Fmonthly_2022_12%2F3.png.aa954de127a5186013422cac8e0a56d5.png\&width=300\&dpr=4\&quality=100\&sign=7ed7b3f2\&sv=2)](https://www.skycheats.com/uploads/monthly_2022_12/3.png.aa954de127a5186013422cac8e0a56d5.png)

6\. If you do not see this, the secure boot is enabled. You will need to go into the BIOS of your PC to disable this function. Consult the manual of your hardware on how to do this, as it differs per machine.


---

# 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://astrions-guide.gitbook.io/get-started/first-steps/disable-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.
