You are on page 1of 2

In Command Prompt, type DISKPART

6
Type LIST DISK
1
Type SELECT DISK X [Replace "X" with the appropriate disk number ]
2
Type CLEAN [ A successful clean will prompt the message Diskpart
succeeded in cleaning the disk ]
3
Type CREATE PARTITION PRIMARY
4
Type SELECT PARTITION 1
5
Type ACTIVE
By following the above step we have just created a USB Flash Drive
capable of booting from the system BIOS.
6
Type FORMAT FS=NTFS QUICK [ When it reaches 100% you are ready to
move to the next step ]
Type ASSIGN
Install Windows from a USB Flash Drive Step 11Bullet2.jpg
Type EXIT to get out of DISKPART Command Utility
2
Now your Flash Drive is ready for the files. Insert your Windows disc into
your drive. In my case, my Disc Drive is I: drive and my FLASH Drive is J:
3
Type XCOPY I:\*.* /S/E/F J:\ [ This Command needs to be typed in the same
Command Prompt that we have left open after Diskpart.

If your Drive letters are correct, after several minutes you will get a
message saying the numbers of files successfully copied to your FLASH DRIVE

You might also like