> For the complete documentation index, see [llms.txt](https://adrenalin.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrenalin.gitbook.io/docs/individual-guides/tpm-and-secure-boot.md).

# TPM and Secure Boot

### 📌 How to Disable TPM and Secure Boot in BIOS

Disabling **TPM** and **Secure Boot** may make your system less secure and can prevent Windows 11 from working properly. Only do this if needed (e.g., for dual-booting Linux, modding, virtualization, or legacy booting).

***

### 🖥 Step 1: Check the Current Status of TPM and Secure Boot

**✅ Check TPM Status**

1. Press `Windows + R`, type `tpm.msc`, and press Enter.
2. If TPM is enabled, you’ll see:
   * **"The TPM is ready for use"**
   * **Manufacturer Info** (like Intel or AMD)

**✅ Check Secure Boot Status**

1. Press `Windows + R`, type `msinfo32`, and press Enter.
2. Look for:
   * **Secure Boot State** → Should say **On** or **Enabled**
   * **BIOS Mode** → UEFI (Secure Boot requires UEFI)

***

### 🖥 Step 2: Enter BIOS/UEFI Settings

1. Restart your PC.
2. Immediately begin pressing the correct key for BIOS setup. Common keys:
   * `Del`, `F2`, `F10`, `F12`, or `Esc`
   * Look for a prompt like “Press F2 to enter Setup”
3. You’ll now be inside your BIOS or UEFI firmware interface.

***

### 🖥 Step 3: Disable TPM (Trusted Platform Module)

> 🔐 TPM is usually found under security-related menus.

In BIOS/UEFI:

1. Go to the **Security**, **Advanced**, or **Trusted Computing** tab.
2. Look for one of the following:
   * **TPM Device**
   * **Intel Platform Trust Technology (PTT)**
   * **AMD fTPM**
3. Set it to:
   * **Disabled**
   * Or **TPM Device Selection** → **Discrete TPM** or **None**

> 💡 On Intel systems, disable **PTT**; on AMD systems, disable **fTPM**.

1. Save and exit (usually by pressing `F10`, then selecting **Yes**).

***

### 🖥 Step 4: Disable Secure Boot

> 🔐 Secure Boot is found under boot settings, and requires UEFI mode to be active.

In BIOS/UEFI:

1. Go to the **Boot**, **Security**, or **Authentication** tab.
2. Look for **Secure Boot** or **Secure Boot Control**.
3. Set **Secure Boot** to **Disabled**.

> 🛑 If the setting is greyed out, you may need to:

* Change **Boot Mode** to **Custom** or **Legacy/CSM** first.
* Clear Secure Boot Keys:
  * Option: **Clear Secure Boot Keys** → Yes
  * Then, Secure Boot should become editable.

1. Save changes and exit BIOS (`F10` → Yes).

***

### 🖥 Step 5: Reboot and Confirm Changes

\
After restarting:

* Press `Windows + R`, type `tpm.msc` → Should now say **“Compatible TPM not found”**
* Press `Windows + R`, type `msinfo32` → **Secure Boot State** should say **Off**


---

# 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://adrenalin.gitbook.io/docs/individual-guides/tpm-and-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.
