Created
April 7, 2014 22:25
-
-
Save skvggor/10068616 to your computer and use it in GitHub Desktop.
Windows Bootable from ISO
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
diskpart | |
list disk | |
select disk SEU_DISCO | |
create partition primary | |
active | |
format fs=ntfs quick | |
assign | |
exit | |
:: Copiar arquivos da ISO para o USB stick e executar: | |
cd SEU_DISCO:/boot | |
bootsect /nt60 SEU_DISCO: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the tutorial "How to bootable usb pendrive with CMD step by step easy tutorial".
in this tutorial i was show , how you can make your pendrive bootable for windows setup with easy step .
Watch it and comment blew . its easy or not . video => https://www.youtube.com/watch?v=dd69WxjlWkc
Thanks.