Can you download Windows on a Mac to a USB How to Make a Windows 10 USB Using Your Mac Build a Bootable ISO From Your Mac’s Terminal.
Finally, run the following command to copy all the files from the mounted ISO to your USB drive. Can I make a Windows bootable USB on Mac macOS’s built-in Boot Camp Assistant can be used to install Windows on Mac and create a bootable USB installer drive, eliminating the need for third-party apps. Hdiutil mount ~/Downloads/your_windows_10_image.iso In my case, it is mounted as a volume named “ ESD-ISO“. Now, mount your Windows 10 ISO image with the command below, assuming it’s saved the Downloads folder. Next, run the following command to format your USB drive and name it “ WIN10“, where # is a placeholder for the disk identifier of your USB drive.ĭiskutil eraseDisk MS-DOS 'WIN10' GPT disk#. In my example, my USB drive is mounted as “ disk2” and it’s about 32GB. You have to figure out the disk identifier of the USB drive you need to format. After connecting a USB drive to your Mac, open a Terminal window and type diskutil list to display all the disks attached to your machine.
Paste the following command into your terminal and hit enter: diskutil list You will see output like this (note - your Macs terminal may be black text on a white background if you havent customized it). Then type the word 'terminal' and select Terminal from the dropdown list. Of course, if you prefer not to use third-party software, you can still use the excellent Terminal app, which is a little bit more involved, but no additional software needs to be installed. Open Mac Spotlight using the + space keyboard shortcut.