How to create a bootable Windows USB drive Using the Command Line ( without any software )
- Plug-in your Flash Drive. First plug-in your USB stick to your USB port and copy all the content to a safe location in your hard drive .
- Run Command Prompt as an administrator. To open a command prompt, go to the Start menu and search for CMD. Right-click on it and select Run as Administrator to use it with admin rights.
- Running Command
DISKPART
and find the drive number of your flash drive
list disk
select disk 1
clean
create partition primary
select partition 1
active
format fs=fat32 QUICK
assign
exit
- You insert OS Installation CD/DVD. Open CD/DVD and copy all data.
- and than Open USB drive and paste all data.