You are on page 1of 1

Bootable USB Flash Drive

1. Insert Flash Drive to your system unit (computer)


2. Command Prompt run as Administrator
3. Type DISKPART
4. Then type LIST DISK (Locate your flash drive)
5. Then type SELECT DISK <x> where x is the number of your flash drive
6. Then type CLEAN
7. Then type CREATE PARTITION PRIMARY
8. Then type SELECT PARTITION 1
9. Then type FORMAT FS=NTFS QUICK
10. After format, type ACTIVE
11. Then type, EXIT
12. Type D: (or the location of your installer)
13. Then type, CD WIN7\BOOT (or the location of the folder where the installer is stored)
14. Then type, BOOTSECT /NT60 E: (where E: is the letter of your flash drive)
15. Then type, XCOPY D: \*.* E:\ /E /H /F (where D: is the location of your installer and E: is the
letter of your flash drive.
16. _xcopy D:\win7 E:\ /s /e /f

You might also like