Created
March 26, 2024 13:59
-
-
Save blackstar257/5dda2bfa7bb6554332cb98a6397c833b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.microsoft.com/en-us/software-download/windows11 | |
brew install wimlib | |
diskutil eraseDisk MS-DOS WINDOWS11 GPT /dev/disk2 | |
hdiutil mount ~/Downloads/filename.iso | |
rsync -vha --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WINDOWS11 | |
wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WINDOWS11/sources/install.swm 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment