[1] https://arstechnica.com/civis/viewtopic.php?p=30645773&sid=6...
diskpart
> select disk 2
> clean
> create partition primary
> format fs=fat32 quick
> active
> assign
> exit
mount ISO and drag/drop contents of ISO to drive.
But I think that method stopped working with Win8/10, maybe something to do with UEFI/Secure Boot?
edit: fix formatting
diskpart
> select disk 2
> clean
> create partition primary
> format fs=fat32 quick
> active
> assign
> exit
mount ISO and drag/drop contents of ISO to drive.
But I think that method stopped working with Win8/10, maybe something to do with UEFI/Secure Boot?
edit: fix formatting