How to create a Bootable USB Drive
we are going to use CMD to create a Bootable Drive.
Steps to be followed:
Step 1: Insert your USB Flash Drive into computer and then Run CMD as Administrator.
Step 2: Type 'diskpart' on Command Prompt (without quotes) and hit Enter.
Step 3: Type 'list disk' and hit Enter. Check your Disk number i.e. either 0,1,..
Step 4: If your Disk is at 1 position.
Type 'select disk 1' on CMD and hit enter.
Step 5: Type 'clean' and hit enter.
Step 6: Type 'create partition primary' and hit Enter.
Step 7: Type 'select partition 1' an hit Enter.
Step 8: Type 'active' and hit Enter.
Step 9: Type 'format fs=ntfs quick' and hit Enter.
Step 10: Type 'exit' and hit Enter.
Step 11: Just copy the files of the windows you want to install.
DONE, Enjoy your Bootable USB Drive....
Comments
Post a Comment