how to make bootable usb using cmd
First of all open CMD, go to start menu then open run dialg box then write cmd after that
write following commands in cmd
diskpart
list disk
select disk ?
clean
create partition primary
select partition 1
active
format fs=ntfs quick label=”Win8-RP-x64”
exit -
write following commands in cmd
diskpart
list disk
select disk ?
clean
create partition primary
select partition 1
active
format fs=ntfs quick label=”Win8-RP-x64”
exit -
0 comments:
Post a Comment