How to Download Macos Image Windows 10 Updated

How to Download Macos Image Windows 10

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 up with DVD drives anymore. And then it tin be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that yous can utilise to install Windows from a USB storage bulldoze (or "thumbdrive" every bit they are ofttimes called).

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

In this tutorial we'll show you how you tin set this up from a Mac.

Step 1: Download the Windows ten ISO file

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

Y'all tin download Windows 10 straight from Microsoft for free using this link. If you lot visit the link using a Windows device, you'll be redirected to the Windows Media Cosmos Tool like this:

image-106

If you visit the same link from a not-Windows device, such as a Mac or a Linux device or any smartphone, you'll land 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-downwards and hit Confirm.

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

At this time, Windows 10 (multi-edition ISO) was the just one available. In one case you've confirmed your edition, yous'll get another drop-down that lets y'all pick a language. Pick the one you want and hitting the Confirm button.

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

In one case you've confirmed your linguistic communication, you'll get 2 download links, 1 for the 64-chip edition, and the other one for the 32-bit edition. Both links are valid for 24 hours and the page will also show when they elapse.

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

If y'all don't know how to determine betwixt 64-bit and 32-bit, here's what you should do. If you accept a processor that supports 64-bit architecture and you have more than 4GB of RAM, go with the 64-bit one. 32-bit operating systems accept a 4GB RAM limit.

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

image-107

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

Step 2: Insert your USB storage drive into your Mac

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

I bought a 32 gigabyte USB drive at Walmart for simply $iii, and then this shouldn't exist very expensive.

Stick your USB drive into your Mac. And so open your terminal. Yous can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the aforementioned time, and 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.

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

Open Mac Spotlight using the ⌘ + infinite keyboard shortcut. Then type the word "final" and select Last from the dropdown list.

Paste the post-obit control into your terminal and hit enter:

diskutil list

Yous volition meet output like this (annotation - your Mac's final may exist blackness text on a white background if you haven't customized it).

default_-_default_freeCodeCamp_-_-zsh_-_130-33

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

/dev/disk2.

Step four: Format your USB Drive to work with Windows

Next format your USB bulldoze to Windows FAT32 format. This is a format that Windows x volition recognize.

Notation that you lot should replace the disk2 with the name of the your bulldoze from step 3 if information technology wasn't disk2. (Information technology may be disk3 or disk4).

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

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

So y'all'll see terminal output like this.

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

This volition probably merely take virtually 20 seconds on a newer computer, simply may take longer on an older figurer.

Notation that for some hardware, you may instead need to run this control, which uses the MBR format for partitioning instead of GPT. Come back and endeavour this control if footstep seven fails, then redo steps five, 6, and 7:

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

Step v: Utilise hdiutil to mount the Windows 10 folder and prepare information technology for transfer.

At present nosotros're going to prep our downloaded ISO file and then we tin copy information technology over to our USB drive.

You will need to bank check where your downloaded Windows 10 ISO file is and use that. Just 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

Footstep six: Re-create the Windows 10 ISO over to your USB Drive

Update April 2020: One of the files in the Windows ten ISO – install.wim – is now too large to re-create over to a Fat-32 formatted USB drive. And then I'll show you how to re-create it over separately.

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

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

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

And then run this command to install Homebrew (if y'all don't take it installed on your Mac yet):

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

And so use Homebrew to install a tool called wimlib with this terminal control:

brew install wimlib

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

mkdir /Volumes/WIN10/sources

Then run this command. Notation that this process may take several hours, you lot may see 0% progress until it finishes. Don't abort it. It volition employ wimlib to carve up the install.wim file into 2 files less than four GB each (I employ 3.eight GB in the following command), and so re-create 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'due south washed, you can eject your USB from your Mac inside Finder. Notation that Windows will automatically rejoin these files later when y'all're installing.

Stride 7: Put your USB into your new PC and beginning loading Windows

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

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

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



Larn to code for costless. freeCodeCamp's open source curriculum has helped more than twoscore,000 people get jobs as developers. Get started

How to Download Macos Image Windows 10

Posted by: harrisaloost.blogspot.com

Post a Comment

Previous Post Next Post