Skip to content

Instantly share code, notes, and snippets.

@andrew1337
andrew1337 / create-win10-usb-on-mac.sh
Created April 9, 2025 14:22 — forked from ryanmaclean/create-win10-usb-on-mac.sh
Create a Bootable UEFI Windows USB stick from an ISO on Apple macOS
# Just a quick update for GPT and to use `rsync` instead of `cp`!
# That means this applies to UEFI boot, though for legacy BIOD boot, feel free to swap
# GPT to MBR below.
# Requires https://homebrew.sh to split the install.wim file
brew install wimlib
# First, we need to find our device. BEFORE inserting your USB drive, run the
# following:
diskutil list