Note about TPM
While a lot of motherboards support Secure Boot, most (even semi-modern) motherboards have a TPM or TPM 2.0 chip physically present.
If your motherboard does not have a dedicated TPM, it can come built-in to your CPU. This usually comes in a few names. Keep an eye out for:
AMD fTPM
or similar on AMD platforms.Intel IPT/PPT (Platform Trust Technology)
on Intel systems.
If a dedicated chip is present it can show as dTPM
or fTPM
, for example. You may need to search a specific guide for your exact motherboard model if this generalized guide does not help you.
Note about UEFI mode
Enabling Secure Boot or TPM often requires UEFI mode to be enabled as well. While this is just a one-click toggle in the firmware settings, you do need your Windows configuration and drive to match BEFORE enabling this, or you may not be able to boot at all until this step is undone. Your drives need to be the newer GPT partition format.
Please view and verify UEFI mode can be enabled by checking the Convert MBR drives to GPT Guide.
Reboot into firmware settings
If you’re logged into Windows:
- Open this guide on another device, as your system will only show firmware settings when you’re in the UEFI/BIOS settings screen.
- Press
Start
orWindows
and search forCMD
. OpenCommand Prompt
as Administrator. - Type:
shutdown /r /fw
and press Enter to reboot your system directly into your firmware settings.
If you’re on Bazzite or Steam OS on an Ally handheld:
- In the Steam menu: Choose Power and then get ready to press Restart.
- Hold the volume down button, press restart and confirm. Make sure to hold the power button as it restarts.
- When the logo shows, while the volume down button is held: You will boot into the BIOS settings.
Alternatively:
- Reboot your system as normal.
- While booting: when you see your motherboard’s logo there is usually text below saying
Press F2
,F12
,Delete
or any other combination of buttons to enter Settings, BIOS or UEFI. Press that key while still on this screen. - You should now be in your BIOS/UEFI settings ready to adjust your configuration.
On my system I needed to press F2.
You should now be on your BIOS/UEFI Configuration Screen

Enable UEFI mode
This is displayed slightly differently - even from motherboard to motherboard from the same manufacturer.
- Head to the Boot tab at the top.
- Click
CSM (Compatibility Support Module)
at the bottom of the page. - Make sure
CSM
is set toDisabled
. This disables Legacy boot mode, setting you to UEFI. - Note: If you just changed into UEFI mode, you may have a restart pending before more settings can be adjusted. Head to the Exit tab. Choose
Save Changes and Exit
.
You should now boot into Windows with UEFI mode enabled!
Enable Secure Boot
- Head to the
Security
tab. - Click
Secure Boot
- Set
Secure Boot
toEnabled
. If you’re unable to do so, try settingSecure Boot Mode
toStandard
first.
Enable TPM
- Select the
Advanced
tab - Open
CPU Configuration
- Select and open either
PCH-FW Configuration
(Intel) orAMD fTPM switch
(AMD) - For Intel devices: Set
PTT
toEnabled
, or for AMD devices: SetFirmware TPM Switch
toEnable Firmware TPM
orDiscrete TPM
This can also appeara on the Security
tab as Intel(R) Platform Trust Technology
, or the AMD equivalent.

Save and Exit
Head to the Exit tab. Choose Save Changes and Exit
.

Your system should now reboot with UEFI, Secure Boot and TPM all enabled.