๐Ÿ”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

Last updated