Creating a bootable flash drive with windows prompt command

Closed
Robson - Nov 28, 2016 at 05:16 AM
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017   - Nov 28, 2016 at 05:42 AM
Hello,

How can I copy the system files into flash drive when I am formatting it and creating a bootable sector?

Related:

1 response

R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017   155
Nov 28, 2016 at 05:42 AM
Hi Robson,

If I understood correctly, you wish to create a bootable flash drive and copy the image file of Windows while still using Command Prompt. Is that so? I would recommend you to create the bootable drive by using the following commands:
Diskpart
List disk
Select disk n(n is the number of the drive)
Clean
Create partition primary
Select partition 1
Active
Format fs=ntfs
Exit

After that, I recommend you to manually copy your Windows setup files to your USB drive. Please, let me know if this works.

Hope this helps

0