Before you start the VM; you’ll need to modify the vmx file directly.
In the Virtual Machine Library, right click on the Windows 10 VM and select Show in Finder.
Right click on the vmwarevm container and select Show Package Contents
Edit the *.vmx file using your favourite text editor
Append the following options to the configuration to enabled EFI booting:
firmware = “efi”
efi.legacyBoot.enabled = “true”
You’ve downloaded your purchased Windows 10 ISO from Microsoft, and you’ve managed to create a bootable UEFI USB stick. Now you’ve decided to run Windows 10 in VMWare Fusion Pro o…