Created
October 11, 2016 22:07
-
-
Save sulram/31a6dbb91ed60c11523a626cb80b8626 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil unmountDisk /dev/disk2 | |
sudo dd if=/Users/UserName/Downloads/Win10_XXXX_x64.iso of=/dev/disk2 bs=1m | |
diskutil eject /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment