You should be able to turn off UEFI secure boot in your firmware and go for Bios legacy mode.
After that you should be able to install Windows from your created install media in MBR (Master Boot Record) mode as opposed to UEFI mode.
To achieve that you need the
bootmgr file on the root of your media. To prevent Windows from installing in Uefi mode you need to remove the
efi folder from the root of your media.
https://technet.microsoft.com/en-us/lib ... 25112.aspxAs long as you manage to turn off Uefi secure boot you should be good to go. I am not sure you that you can uninstall all that crap without re-formating the disk - and I am not even sure if that would help.
You can install with Uefi with secure boot turned off - that option should be possible. Linux is perfectly capable to be installed on Uefi boxes (That secure thing is Microsoft stuff) .
Here is how Manjaro does it:
https://wiki.manjaro.org/index.php?titl ... tall_GuideInstalling On Uefi with secure boot turned off; has the advantage that large disks over two terrabytes are handled better.
Here ist the excellent documentation from the "mother ship"
https://wiki.archlinux.org/index.php/Un ... _InterfaceAs you can see it is technically possible to install Linux even with secure boot turned on - but that requires some hacking.