Download Windows On Mac

broken image


Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

  • To install Windows 10 Drivers on Mac OS, First, download the Bootcamp software from the link above. Now, wait for some minutes, then the Windows will be installed on your Mac computer. Copy the Bootcamp software that you have to download on the first step of this article.
  • Follow the steps below to know how you can use this program to know how to make a bootable USB Windows 10 on Mac. Connect the USB drive with the.iso file to your Mac system. From 'Disk Utility,' click on your USB drive. Click on 'Disk Image' and then on the '.' icon and select the.iso file that you have downloaded.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or 'thumbdrive' as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac. How to download avi files on mac.

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead. Step 2: Insert your USB storage drive into your Mac The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the.

If you want an English-language version of the latest update of Windows 10, you can download the ISO here. Flac aac converter mac.

If you have a relatively new computer, you probably want the 64-bit version. If you're not sure, go with the 32-bit version to be safe.

If you want a non-English-language version of Windows, or want to get an older update version, download the ISO here instead.

The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process.

I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive.

Stick your USB drive into your Mac. Then open your terminal. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing 'terminal' and hitting enter.

Don't be intimidated by the command line interface. I'm going to tell you exactly which commands to enter.

Open Mac Spotlight using the ⌘ + space keyboard shortcut. Then type the word 'terminal' and select Terminal from the dropdown list.

Paste the following command into your terminal and hit enter:

diskutil list

You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).

Copy the text I point to here. It will probably be something like

/dev/disk2.

Next format your USB drive to Windows FAT32 format. This is a format that Windows 10 will recognize.

Note that you should replace the disk2 with the name of the your drive from step 3 if it wasn't disk2. (It may be disk3 or disk4).

Run this command using the correct disk number for your USB:

diskutil eraseDisk MS-DOS 'WIN10' GPT /dev/disk2

Then you'll see terminal output like this.

This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer.

Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7:

Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive.

You will need to check where your downloaded Windows 10 ISO file is and use that. But your file is probably located in your ~/Downloads folder with a name of Win10_1903_V1_English_x64.iso.

Download Windows On Mac

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Thank you to @alexlubbock for coming up with this workaround.

First run this command to copy over everything but that file:

rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/ /Volumes/WIN10

Then run this command to install Homebrew (if you don't have it installed on your Mac yet):

/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

Then use Homebrew to install a tool called wimlib with this terminal command:

brew install wimlib

Then go ahead and create the directory that you're going to write the files into:

mkdir /Volumes/WIN10/sources

Then run this command. Note that this process may take several hours, you may see 0% progress until it finishes. Don't abort it. It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800

Once that's done, you can eject your USB from your Mac inside Finder.

Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.

Download windows on macbook air

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Thank you to @alexlubbock for coming up with this workaround.

First run this command to copy over everything but that file:

rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/ /Volumes/WIN10

Then run this command to install Homebrew (if you don't have it installed on your Mac yet):

/usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'

Then use Homebrew to install a tool called wimlib with this terminal command:

brew install wimlib

Then go ahead and create the directory that you're going to write the files into:

mkdir /Volumes/WIN10/sources

Then run this command. Note that this process may take several hours, you may see 0% progress until it finishes. Don't abort it. It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:

wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800

Once that's done, you can eject your USB from your Mac inside Finder.

Congratulations - your computer now should boot directly from your USB drive. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.

Windows will pop up a screen and start the installation process.

Enjoy your new PC, and your newly-installed copy of Windows.

  • 1. Mac Files Tips
  • 2. Mac Software
  • 3. Mac Storage Tips
  • 4. Mac Troubleshooting
  • 5. Mac OS
  • 6. Mac Error

by Jenefey AaronUpdated on 2020-04-13 / Update for Mac OS

If you have a Mac system but want to run Windows on that system, you will need to create Windows 10 bootable USB on Mac for PC. Even if the Mac system uses Mac OS, you can still run Windows on it this way. Also, if you have got a new PC this way, you can install Windows on it.

In a case wherein the hard drive on the PC has been replaced, you will have to reinstall Windows on it. These are just some reasons as to why you may have to create bootable Windows 10 USB on Mac. This article will detail five different methods to create bootable USB Windows 10 on Mac.

Part 1: Can You Create a Windows Bootable USB on Mac

Wondering about, can you create a Windows bootable USB on Mac? You can easily do this with the help of the methods listed out in this article. Follow these methods to easily make bootable USB Mac Windows 10. These methods will answer all your questions about how to make a Windows 10 bootable USB on Mac.

[5 Methods] How to Create Windows 10 Bootable USB on Mac Mojave

Method 1: Make Windows Bootable USB Mac with PassFab 4WinKey

Thinking about how do I create a bootable USB drive for Mac easily? PassFab 4WinKey is an incredible tool that can be used to make Windows bootable USB on Mac. It can be used for several other purposes as well, like for removing or resetting the Windows Admin password. You can know how to create Windows 10 bootable USB on Mac using this tool by following the steps given below.

  • After installing the program on your system, launch it, and insert a USB to it.
  • Click on 'USB Flash Drive' from the main interface and then on 'Burn'.

  • Once done, click on 'OK' on the pop-up window.

This is how simple it is to make bootable Windows 10 USB Mac with the help of this tool.

Method 2: Use UNetbootin to Install USB Driver on Mac

UNetbootin is a Windows 10 USB tool Mac that is completely free to use and can be used in a scenario wherein you have to make bootable USB Windows 10 on Mac system. For this, you need to keep a USB with the .iso file downloaded in it. Follow the steps below to know how you can use this program to know how to make a bootable USB Windows 10 on Mac.

  • Connect the USB drive with the .iso file to your Mac system.
  • From 'Disk Utility,' click on your USB drive.
  • Click on 'Disk Image' and then on the '..' icon and select the .iso file that you have downloaded.
  • Select 'USB Drive' from the drop-down menu in front of 'Type' and also select the name of your USB drive.
  • Once done, click on 'OK'.

Wait for a few minutes, and the USB would be formatted to a bootable drive.

Method 3: Use Boot Camp Assistant on Mac

If you wish to know how to make a bootable USB Windows 10 on Mac using Boot Camp Assistant, read on. You will need to have a USB drive with a storage capacity of 16 GB or more for this method to work. You can use the following steps to know how to make a Windows 10 bootable USB on Mac using Bootcamp Assistant.

  • After inserting the USB drive into your Mac system, launch 'Boot Camp Assistant'.
  • Only check 'create a Windows 7 or later version install disk' and ignore all other options and then click on 'Continue'.

  • Download the .iso file from a trusted source, which will be detected automatically by Boot Camp Assistant and then click on 'Continue'.

  • After Boot Camp Assistant is done, check if USB deive has been renamed WININSTALL. Tap 'Quit' to close app and then eject the USB drive.

After a few minutes, the process would have been completed. However, you cannot use this method if you have macOS Mojave or other later versions of macOS.

Method 4: Use Terminal to Make Bootable USB on Mac

Download Windows 10 On Mac

This is the most complicated method out of all the methods described above and, therefore, must only be used as a last resort. You will need a USB drive for this method to work. Use the steps given below to create a Windows 10 bootable USB on Mac using Terminal.

  • After connecting the USB drive to your Mac system, open Terminal.
  • Key in 'diskutil list' and press 'Enter' key to see the list of connected drives and findyour USB drive's name.
  • Run the command 'diskutil eraseDisk MS-DOS 'WINDOWS10' GPT@'.
  • Download the .iso file on your Mac system.
  • Key in the command 'hdiutil mount ~/Downloads/WINDOWS10IMAGE.iso' to mount .iso image.
  • Key in the command 'cp -rp/Volumes/MOUNTED-ISO/* /Volumes/WINDOWS10/'.
  • Run the command 'hdiutil unmount/Volumes/MOUNTED-ISO' and then close Terminal.

Eject your USB drive, and the process would be complete.

Method 5: Use Disk Utility to Create USB on Mac

  • Put USB drive into your Mac system and launch Disk Utility.

  • On the left, right-click on the chosen USB drive and format it with MS-DOS (FAT).
  • Drag the .iso file to the USB drive. This step will start the writing process of the .iso file on USB.

A Bonus Tip: The Professional Way to Recover Data from Windows 10 Bootable USB

Although most of the above methods to create Windows 10 bootable USB Mac are pretty straight forward, while executing these steps, you may end up losing some important data from the Windows bootable USB. If this happens, don't be tensed. With the help of Tenorshare Windows Boot Genius, you can recover the lost data easily. Here's how you can do this.

  • Install and run this program on your system, click on 'USB Flash Drive' and then on 'Burn'.

  • This burned drive needs to be inserted in the system that won't boot. Keep pressing the F12 key while doing so.

  • Run the program and from the main interface, click on 'Data Recovery'.

  • Select the disk from which you wish to recover the data and then click on 'Scan'.

  • Once you get the files, select them and click on 'Recover'.

After this, the accidentally deleted or lost data and files will be recovered.

Conclusion:

Download Windows On Macbook Air

With the help of the above methods, you can easily create Windows 10 bootable USB on Mac High Sierra. The methods involving Terminal and Disk Utility are pretty complicated, while the other methods are fairly easy and effective. If, during the process, you accidentally lose out on some files and data, you can make use of Tenorshare 4DDiG for Mac Data Recovery to recover these files easily. It is recommended that to use Tenorshare Windows Boot Genius to recover lost data on windows 10, if you need.





broken image