


Related: How to Make a Bootable CD/DVD/USB to Install Windows If it's different (due to a different language preference), make sure to change it accordingly in the commands below. Remember to match the file name exactly to the one above. You can do this by double-clicking on the ISO file, which should then show up in your Mac's connected devices as CCCOMA_X64FRE_EN-US_DV9 or similar. You can now quit Terminal and eject the volume.Mount the Windows 11 ISO from the Downloads folder on your Mac. When Terminal says that it's finished, the volume will have the same name as the installer you've downloaded, such as Install macOS Monterey.After the volume has been erased, you may see an alert stating that Terminal would like to access files on a removable volume.Terminal displays the progress as the volume is being erased. When prompted, type Y to confirm that you want to erase the volume, then press Return.Terminal doesn't show any characters as you type your password. When prompted, type your administrator password and press Return again.* If your Mac is using macOS Sierra or earlier, include the -applicationpath argument and installer path, similar to the way this was done in the command for El Capitan. Sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume -applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

Sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume If it has a different name, replace MyVolume in these commands with the name of your volume. These assume that the installer is in your Applications folder and MyVolume is the name of the USB flash drive or other volume you're using.
