How to Create Bootable Pendrive
1. Open Command Prompt by typing CMD in Run.
2. Type DISKPART in CMD.
3. Run all following commands on diskpart.
Command 1: LIST DISK
Command 2: SELECT DISK 1
Note :Never Select Disk 0 because its your Hard Disk. Please make sure first you are going to select disk, which is your pendrive. Its better to check disk size first.
Command 3: CLEAN
Command 4: CREATE PARTITION PRIMARY
Command 5: SELECT PARTITION 1
Command 6: ACTIVE
Command 7: FORMAT FS=NTFS QUICK
Command 8: ASSIGN
Command 9: EXIT
4. Done!!
No comments:
Post a Comment