Have you formatted the usb the right way?
Connect USB drive to a Windows PC.
Open a command prompt with Admin rights and run the commands below
Enter the following command in the CMD window:
diskpart
With this command you can display the list of drives.
list disk
Now, identify your USB stick and enter the following command as a number (instead of “#”):
select disk #
You can delete all existing partitions from the USB stick with this command:
clean
With this chain of command, a new partition is created, then selected, activated and then formatted to FAT32. A drive is subsequently assigned when the procedure is completed:
create partition primary
select partition 1
active
format quick fs=fat32
assign
Now you can exit Diskpart:
exit
Mount the Windows 10 ISO and then copy all the files on the CD Image to the USB drive.
The UEFI bootable USB drive is ready. Connect it to the tablet. Boot into the BIOS. Under “Save & Exit” menu there is “Boot Override” menu, which should show your USB stick if UEFI detected it correctly. Select it to Boot from the USB and start the install.