# Disabling Secure Boot

When Needed

Only disable Secure Boot if specifically required by our software or instructed by support.

### What is Secure Boot? <a href="#what-is-secure-boot" id="what-is-secure-boot"></a>

Secure Boot ensures your PC boots using only trusted software. Some applications require it to be disabled for low-level system access.

### Video Tutorial <a href="#video-tutorial" id="video-tutorial"></a>

### Quick Steps <a href="#quick-steps" id="quick-steps"></a>

1. **Enter BIOS**: Restart PC, press BIOS key during startup
   * Common keys: F2, Del, F12, Esc
   * Keep pressing until BIOS appears
2. **Find Secure Boot**: Look under "Security" or "Boot" menu
3. **Disable**: Set "Secure Boot" to "Disabled"
4. **Save**: Press F10, confirm, and restart

### Manufacturer-Specific Keys <a href="#manufacturer-specific-keys" id="manufacturer-specific-keys"></a>

| Brand  | BIOS Key    | Location                             |
| ------ | ----------- | ------------------------------------ |
| HP     | F10         | Security → Secure Boot Configuration |
| Dell   | F2          | Security → Secure Boot               |
| Lenovo | F1 or Fn+F1 | Security → Secure Boot               |
| ASUS   | Del or F2   | Boot → Secure Boot Control           |
| MSI    | Del         | Security/Boot → Secure Boot          |
| Acer   | F2 or Del   | Boot → Secure Boot                   |

### Verify Status <a href="#verify-status" id="verify-status"></a>

**In Windows:**

1. Press `Windows + R`
2. Type `msinfo32`
3. Check "Secure Boot State" → Should show "Off"

**In PowerShell:**

```
Confirm-SecureBootUEFI
```

Should return "False" if disabled.

### Troubleshooting <a href="#troubleshooting" id="troubleshooting"></a>

**Can't Find Option**

* Check under Security, Boot, Authentication, or Advanced
* Ensure UEFI mode is enabled
* Update BIOS if necessary

**Can't Disable**

* Reset BIOS to defaults first
* Update BIOS to latest version
* Check Windows settings aren't blocking

### Re-enable Secure Boot <a href="#re-enable-secure-boot" id="re-enable-secure-boot"></a>

1. Enter BIOS again
2. Set "Secure Boot" to "Enabled"
3. Save and exit
4. Windows may require verification

Important

* Record current BIOS settings before changes
* Keep laptop plugged in during BIOS changes
* Don't modify other BIOS settings
* Some Windows features need Secure Boot enabled

For support, contact our team or check your manufacturer's documentation.


---

# 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://guide.red-xservices.com/common-problems/disabling-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.
