How-to-simply...

Create bootable Windows 10 USB stick on Centos 8

  • 1 To support files larger than 4 GB, the partition should be formatted as exFAT:
    dnf install exfat-utils fuse-exfat
  • 2 Run disks utility GUI:
    disks # Format correct partition... -> Other -> exFAT
  • 3 mkdir /mnt/win10iso
    mount -t udf -o loop ~/Downloads/Win10_20H2_English_x64.iso /mnt/win10iso
    copy contents to the flash drive

References