From 991790b10d2708af2e35039f0be69cf05aa59496 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 5 Nov 2023 16:32:06 -0700 Subject: [PATCH] Getting an ISO Signed-off-by: Tommy --- Windows Settings/Getting an ISO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Windows Settings/Getting an ISO.md diff --git a/Windows Settings/Getting an ISO.md b/Windows Settings/Getting an ISO.md new file mode 100644 index 0000000..1c83eea --- /dev/null +++ b/Windows Settings/Getting an ISO.md @@ -0,0 +1,11 @@ +# Getting an ISO + +If you want to get an x64/x86 enterprise ISO, follow https://www.thewindowsclub.com/download-windows-10-enterprise-iso-with-media-creation-tool + +Essentially, the command to use with the Windows Media creation tool is `Retail /MediaArch x64 /MediaLangCode en-US /MediaEdition Enterprise`. + +Microsoft does not distribute Windows ARM ISOs as far as I know. The basic procedure is to download some ESD files off of Microsoft, then convert it into an ISO. + +If you use Parallels, just let it create a Windows VM automatically. It will make an Windows ARM Home/Pro ISO in your Downloads Folder, and you can use that for a manual installation later. + +Another easy option is to use CrystalFetch on macOS to build the ISOs. \ No newline at end of file