Created
September 10, 2022 18:51
-
-
Save 1995eaton/cbe6675f8013bee479b41e29b5a0dc55 to your computer and use it in GitHub Desktop.
Create a bootable drive from an ISO in Windows
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
cmd: | |
disk part | |
list disk | |
select disk X | |
clean | |
create partition primary | |
select partition 1 | |
format fs=ntfs quick | |
active | |
exit | |
disk management: | |
assign drive letter | |
cmd as admin: | |
xcopy A:\*.* B: /s/e/f | |
B:\Boot\Bootsect /NT60 B: /force /mbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment