Hello Guys,today i will show you how to create bootable Usb drive through cmd.
So,Let's Start:
1: Insert your Usb pendrive into computer and then run cmd as administrator.
2: Type diskpart on command prompt and hit Enter.
3: Type list disk and hit Enter.
4: Check your disk number, if your disk is 1 position then type select disc 1 on cmd and hit Enter.
5: Type clean and hit Enter.
6: Type create partition primary and hit Enter
7: Type select partition 1 and hit Enter
8: Type active and hit Enter
9: Type format fs=ntfs quick and hit Enter.
10: and then just copy the files of the windows you want to install
Job Done,your bootable usb pendrive is ready.
0 Comments