2. On Windows 10 and Windows 7, press Windows + R key combination to open the Run command window, then enter diskmgmt.msc into the Run command window and press Enter or click OK .
3. If the UAC window appears, click Yes to continue.
4. If the Windows drive displays the EFI or UEFI partition as shown below, then it installs with EFI / UEFI.
If there is no UEFI or EFI as shown below, your computer only supports Legacy.
This method works on Windows 10, 8 and Windows 8.1.
1. Press Windows + R key combination to open the Run command window, then enter msinfo32 there and press Enter.
2. On the System Information window, in the right pane of the System Summary section, you will see the BIOS Mode value as Legacy or UEFI .
How to check this type of BIOS is also applicable on Windows 10, Windows 7, 8 and 8.1. This file is quite heavy, I tried it on Windows 10 and opened it for 5 minutes. If you can follow ways 1 and 2, you should not use way 3.
Enter Notepad in the search bar, right-click and choose Run as Administrator , the Notepad interface opens, click File > Open , then paste the following link in the File name box:
C:WindowsPanthersetupact.log
Wait a moment for Notepad to load the file, then press Ctrl + F. Enter the command line below into the Find what frame then click Find Next or press Enter:
Detected boot environment
Close the Find dialog box. You will see one of the following two lines:
Callback_BootEnvironmentDetect: Detected boot environment: BIOS Callback_BootEnvironmentDetect: Detected boot environment: EFI
BIOS corresponds to Legacy, EFI / UEFI corresponding to EFI and UEFI.
Check on WinPE on Windows 8 and Windows 8.1.
1. Open the Command Prompt during the boot process.
2. On the Command Prompt window, enter the following command and press Enter:
wpeutil UpdateBootInfo
3. Enter the following command and press Enter:
reg query HKLMSystemCurrentControlSetControl / v PEFirmwareType
4. This command returns 0x1 if the computer boots in Legacy BIOS mode, or if the computer boots in UEFI mode.
Refer to some of the following articles:
Good luck!