How to Create Bootable USB for
Windows 7.
Step 1: Click the Start Menu and type
cmd.exe and run administrator.
Step 2: In the Command Prompt type
DISKPART at the prompt.
Step 3: Now type LIST DISK
Step 4: Now select your USB flash drive.
In this example it is DISK1
Step 5: SELECT DISK 1
Step 6: Type CLEAN
Step 7: Type CREATE PARTITION
PRIMARY
Step 8: SELECT PARTITION PRIMARY
Step 9: Type ACTIVE
Step 10: And now type FORMAT FS =
NTFS and format your usb. This steps
take few minutes.
Step 11: Type ASSIGN
Step 12: Type EXIT
Step 13: Code for copy file from daemon
tools:
Xcopy L(daemon tools) : \*.* /s/e/f K
(usb):\
No comments:
Post a Comment