A simple tutorial on how to create a bootable Windows 10 USB thumb drive in Mac OSX Yosemite. This will work for any version of windows in ISO form.
Very simple easy to follow steps!
After searching through many tutorials, I have find this the most effective and no additional software is required.
xefour ask for moar!
1. Download the desired .img file (Please in root directory, MAC HD)
2. Open a Terminal (under Utilities)
3. Run diskutil list to get the current list of devices
4. Insert your flash media
5. Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)
6. Run diskutil unmountDisk /dev/diskN
7. sudo dd if=/YOURISOFILE.ISO of=/dev/diskN bs=1m
8. Run diskutil eject /dev/diskN and remove your flash media when the command completes
9. Plug back in to double check procedure is complete.