先到 Window 官網下載 Windows 10 iso 映像檔
Step 1: 需用 Terminal 將 iso 轉為 img (Create Windows 10 img file)
hdiutil convert -format UDRW -o /BootCreate/Windows10/window10.img /BootCreate/Windows10/windows10.iso
Step 2.1 檢查 USB 的 disk 區塊並退出 (Check USB volume and unmount)
diskutil list
sudo diskutil unmountDisk /dev/disk2
Step 2.2 將 .img 檔用來建立可開機的 Windows 10 USB (Create Bootable USB)
sudo dd if=/BootCreate/Windows10/windows10.img of=/dev/disk2 bs=1m
更多參考資料
https://www.microsoft.com/zh-tw/software-download/windows10ISO