Skip to content Skip to sidebar Skip to footer

Windows 10 Usb Download Tool Mac Updated

Windows 10 Usb Download Tool Mac

How to Make a Windows 10 USB Using Your Mac - Build a Bootable ISO From Your Mac's Terminal

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

Luckily, Microsoft makes a tool that you lot tin utilise to install Windows from a USB storage drive (or "thumbdrive" every bit they are often chosen).

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

In this tutorial we'll show you how yous can set this upwards from a Mac.

Step ane: Download the Windows 10 ISO file

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

You can download Windows 10 directly from Microsoft for gratuitous using this link. If you lot visit the link using a Windows device, you'll exist redirected to the Windows Media Creation Tool like this:

image-106

If you visit the aforementioned link from a not-Windows device, such as a Mac or a Linux device or whatever smartphone, you lot'll country on the official ISO download page:

Screenshot-2022-02-28-at-23-44-48-Download-Windows-10-Disc-Image--ISO-File--2

Select your desired edition from that drop-downwardly and hitting Confirm.

Screenshot-2022-02-28-at-23-44-48-Download-Windows-10-Disc-Image--ISO-File--1

At this time, Windows x (multi-edition ISO) was the only one available. Once you've confirmed your edition, you'll get another drop-downwardly that lets you pick a linguistic communication. Selection the one y'all want and hitting the Confirm button.

Screenshot-2022-02-28-at-23-47-47-Download-Windows-10-Disc-Image--ISO-File--1

Once you've confirmed your language, yous'll get two download links, ane for the 64-bit edition, and the other one for the 32-bit edition. Both links are valid for 24 hours and the page volition also bear witness when they expire.

Screenshot-2022-02-28-at-23-48-22-Download-Windows-10-Disc-Image--ISO-File--1

If you lot don't know how to make up one's mind between 64-bit and 32-fleck, hither's what you lot should do. If you accept a processor that supports 64-bit compages and you accept more 4GB of RAM, go with the 64-bit one. 32-bit operating systems have a 4GB RAM limit.

To figure out whether your processor supports 64-bit architecture or not, head over to a website like WikiChip, and search for your processor model.

image-107

As you can see in the screenshot above, my Ryzen 5 3600 supports 64-bit architecture. I also have 16GB of RAM which is a lot more 4GB, so I'll become for the 64-bit edition.

Step 2: Insert your USB storage bulldoze into your Mac

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

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

Stick your USB drive into your Mac. And so open up your terminal. Yous can do this using MacOS Spotlight past pressing both the ⌘ and Infinite bar at the same time, and so typing "terminal" and hitting enter.

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

Footstep 3: Use the diskutil command to identify which disk your USB drive is mounted on

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

Paste the following control into your terminal and hit enter:

diskutil list

You volition see output like this (note - your Mac's terminal may be blackness text on a white background if you haven't customized information technology).

default_-_default_freeCodeCamp_-_-zsh_-_130-33

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

/dev/disk2.

Step 4: Format your USB Drive to work with Windows

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

Note that you should supersede the disk2 with the name of the your bulldoze from step 3 if it wasn't disk2. (Information technology may exist disk3 or disk4).

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

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

And then you'll run across terminal output like this.

default_-_default_freeCodeCamp_-_-zsh_-_130-33-1

This volition probably only take about twenty seconds on a newer computer, but may accept longer on an older estimator.

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

                diskutil eraseDisk MS-DOS "WIN10" MBR /dev/disk2              

Footstep 5: Utilise hdiutil to mount the Windows 10 binder and prepare it for transfer.

Now nosotros're going to prep our downloaded ISO file and then nosotros can copy it over to our USB bulldoze.

You will need to bank 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.

hdiutil mount ~/Downloads/Win10_1903_V1_English_x64.iso

Stride half dozen: Copy the Windows x ISO over to your USB Bulldoze

Update April 2020: Ane of the files in the Windows x ISO – install.wim – is at present as well large to copy over to a FAT-32 formatted USB drive. So I'll show you how to copy it over separately.

Cheers to @alexlubbock for coming upwards with this workaround.

First run this command to re-create 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 y'all don't have it installed on your Mac yet):

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

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

brew install wimlib

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

mkdir /Volumes/WIN10/sources

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

wimlib-imagex separate /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 within Finder. Note that Windows will automatically rejoin these files subsequently when yous're installing.

Step 7: Put your USB into your new PC and starting time loading Windows

Congratulations - your estimator now should boot direct from your USB drive. If it doesn't, yous may need to bank check your new PC's BIOS and change the kick order to kicking from your USB drive.

Windows will pop up a screen and kickoff the installation procedure.

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



Acquire to code for complimentary. freeCodeCamp's open up source curriculum has helped more than than 40,000 people get jobs as developers. Get started

Windows 10 Usb Download Tool Mac

Posted by: rinaldithespery.blogspot.com

Post a Comment for "Windows 10 Usb Download Tool Mac Updated"