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
R2D2_WD Posts 3606 Registration date Monday September 1, 2014 Status Member Last seen February 20, 2017 - Nov 28, 2016 at 05:42 AM
Related:
- Creating a bootable flash drive with windows prompt command
- Kmspico windows 10 - Download - Other
- Flash drive/card tester - Download - Backup and recovery
- Flash player download - Download - Other
- Windows 7 bootable usb download - Download - Storage
- Wd drive unlock - Guide
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
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
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