Hi, I am Dave, I will help you with this.
If you create a bootable USB with the official Microsoft Media Creation Tool, that will only instal Windows 10 in UEFI Mode.
If your current Windows 10 is installed in Legacy BIOS Mode, then the target drive will have an MBR partition Style, and that needs to be converted to a GPT partition Style, which will result in loss of all data on the drive, also, in BIOS, you need to disable CSM support to switch your BIOS to UEFI Mode.
To convert your Drive to GPT:
At the very start of the installation process, press Shift + F10, or Shift + Fn + F10 to open Command Prompt
Run this command and hit Enter:
diskpart
Run this command and hit Enter:
list disk
(Make note of the disk number you want to convert and enter it into the next command - replace X)
Run this command and hit Enter:
select disk X
Run this command and hit Enter:
clean
Run this command and hit Enter:
convert gpt
Then close Command Prompt