Jumat, 19 Mei 2017

Diskpart For Create Bootable USB

- Open Command Prompt run as Administrator
- Use Command below:
diskpart
list disk
select disk ?
clean
create partition primary
select partition 1
active
format fs=ntfs quick label=”Win8-RP-x64” 

exit 
- Mount iso file use poweriso or other iso management application
- use command below to Copy all file from mount iso file:
xcopy g:\*.* e:\ /E /H /F