Make pendrive bootable for windows 10 using cmd
- Connect your pendrive that you want to make bootable into usb port.
- Open command prompt with administrative permissions. For that press windows button, type cmd, right click on command prompt and select run as administrator.
- Type diskpart command to open disk partition software.
- Type list disk command. This will show all the storage drives connected to computer.
- Select your pendrive using select disk command. Type select disk <disk number>. For eg. "select disk 1".
- Now type clean command.It will erase all the data in your pendrive.
- Type create partition primary command. This will create primary partition on your pendrive.
- Now use select partition 1 command. This will select the partition that you have just created.
- Type format fs=ntfs quick command. This will format the pendrive with ntfs file system.
- Use active command to set the current partition active.
- Now assign the letter to usb drive using assign letter=z command. This will assign letter "z" to your pendrive, you can use any other letter.
- Type exit command to exit from diskpart.
- Now copy all the files extracted from windows 10 iso file to your usb drive.
Done!!!
Very useful...
ReplyDelete