Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

PHPz
Release: 2024-08-02 02:37:12
Original
689 people have browsed it

Windows 11 no longer supports accessing the Advanced Startup Options by pressing the F8 key, as it has been replaced by the Recovery Mode for faster and safer booting. Some users, however, may prefer the previous method for its convenience and speed. This article will guide you through the detailed steps of setting up the F8 key for quick access to the Advanced Startup Options in Windows 11.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11


  • Part 1: Create a recovery drive
  • Part 2: Assign a drive letter for EFI partition
  • Part 3: Modify Boot Configuration Data (BCD)

Part 1: Create a recovery drive

Step 1: Insert a USB flash drive into the computer.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 2: Click the Search icon on the taskbar and input Create a recovery drive, then select the result.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 3: Choose Yes when a prompt box appears.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 4: Uncheck "Back up system files to the recovery drive" in the window, then click Next button to continue.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 5: Select your USB drive and select Next.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 6: Click on Create button.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 7: The recovery drive is being created, showing a progress bar.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 8: Click Finish after the operation is complete.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

NOTE: You can check the copies in F drive.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Part 2: Assign a drive letter for EFI partition

Step 1: Restart your computer and press the F8/F12 key immediately and constantly until you access the BIOS/UEFI interface. Then select USB flash drive with Down key and press OK to enter the WinRE system.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 2: Launch CMD by choosing US » Troubleshoot » Command Prompt in sequence.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 3: Type "diskpart" and hit Enter Key.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 4: After entering "list volume" and pressing the Enter key, information for all volumes will be displayed, including Volume 3, which is an EFI partition formatted with the FAT32 file system.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 5: Type "select volume 3" command, then hit Enter.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 6: Input "assign letter=S" and press Enter to assign the drive letter "S".

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 7: Check volumes by typing "list volume" again, and the letter of Volume 3 has already been changed.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 8: Terminate DiskPart program with "exit" command.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Part 3: Modify Boot Configuration Data (BCD)

NOTE: In this section, the path of BCD depends on your boot mode:

  • BIOS - S:bootbcd
  • UEFI - S:EFIMicrosoftBoot

Step 1: Type "bcdedit /store S:EFIMicrosoftBootBCD" and hit Enter for the configuration information. In "{default}" list, the value of "bootmenupolicy" is "Standard".

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 2: Using "bcdedit /store S:EFIMicrosoftBootBCD /set {default} bootmenupolicy Legacy" command to modify it to Lagacy.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 3: Type "wpeutil reboot" and hit Enter, which computer will be restarted.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

Step 4: Now you can quickly access Advanced Startup Options by entering the F8 key during the reboot.

Set the F8 key for Quick Access to Advanced Startup Options in Windows 11

The above is the detailed content of Set the F8 key for Quick Access to Advanced Startup Options in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

source:isumsoft.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!