How to make "Usb Bootable Window 8,window 7"
Method
Insert your Flash drive port, and go to start menu click on run and type cmd.Now on the command prompt, type the following commands
Cmd Command
Diskpart List disk // That command, will generate the list of Disk.
select disk 1 //when u select Disk 1 that case usb is clean.DiskPart cleaning the disk.
create partition primary // Create Primay partition
active //DiskPart marked the current partition that active.
format fs=ntfs quick // Format Filesystem=NTFS quick(don’t use, Quick for deep format, just use format fs=ntfs)
assign //DiskPart successfully formatted the volume.exit
0 comments: