Remove UEFI unwanted boot entries from BIOS - farhansadik/windows-machine-backup GitHub Wiki

Easy way to fix these i.e remove them

  1. Go into command line mode (run as administrator)
  2. type bcdedit /enum firmware
  3. Now you'll see a list
  4. To delete entries you don't want type bcdedit /delete identifier where the identifier is shown in your list. Include the sigiddly braces { }

Easy -- job done

If you are worried about this just simply backup the EFI partition with Macrium - you don't need to back up the rest of the system. If boot fails because you deleted wrong entry simply restore the EFI partition (it's only 100MB or so - takes seconds with macrium and works -- I deliberately hosed up an entry to test this --restored partition and system booted fine).

All Credits goes to ~ jimbo45 from www.tenforums.com Source ~ https://www.tenforums.com/installation-upgrade/115716-uefi-remove-unwanted-boot-entries-bios-solved-easily.html