How to Enable Secure Boot Without BIOS on Windows 11 - 3 Ways
Explore different methods to enable secure boot
2 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Enabling Secure boot without entering BIOS is tricky, but what if you can’t see the option on your BIOS menu?
Some methods enable you to upgrade to Windows 11 without hassle, and we will cover them all in this guide, so make sure to read through them.
What can I do to enable Secure Boot without entering BIOS?
To start with, make sure that a valid Secure Boot certificate is installed on your PC and that your BIOS is up to date. Also, the boot mode should be UEFI instead of Legacy.
Now, let’s see how to turn on Secure Boot without BIOS:
1. Use the Registry Editor
- Press Windows + R to open the Run window.Â
- Type Regedit and press Enter to open Registry Editor.Â
- Follow this path:Â
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State
- Â Now locate and double-click the DWORD UEFISecureBootEnabled.
- Change the Value data to 1 and click OK.Â
- Now restart your computer to confirm the changes.Â
2. Use the Windows PowerShell
- Press the Windows key, type PowerShell, and click Run as administrator.Â
- Type the following command and press Enter:Â
Set-SecureBootUEFI -Enable
- Restart your PC to confirm the changes.
3. Change MBR to GPT
3.1 Check the partition style
- Press Windows + R to open the Run box.Â
- Type diskmgmt.msc and hit Enter to open Disk Management.Â
- Right-click on Disk 0 and select Properties.Â
- Now go to the Volumes tab, and check the partition style. If it is MBR, proceed.Â
3.2 Change the partition style
- Press Windows + I to open Settings.
- Go to System, then click Recovery.Â
- Under Advanced startup, click Restart now.Â
- Now from Choose an option window, click Troubleshoot.Â
- Click Advanced Options.Â
- Select Command Prompt from the Advanced Options window.Â
- The computer will restart, select the user account and enter the password.
- Now you will get the Command Prompt window.Â
- Type the following command and press Enter:
mbrtogpt / validate / disk : 0
- Once you get validation completed successfully, copy and paste the following command and press Enter:
mbrtogpt / convert / disk : 0
- Now when you have the conversion completed successfully message, type the following command and press Enter: exit
- From Choose an option screen, click Turn off your PC. Restart your computer and try to install Windows.Â
So, these are methods that you can use to enable secure boot without BIOS. Try them and let us know what worked for you in the comments below.
User forum
1 messages