How to Create a Bootable Windows 10 USB Disk using Command Prompt?
5K views
Feb 22, 2023
How to Create a Bootable Windows 10 USB Disk using Command Prompt? Commands:- cmd diskpart list disk select disk 1 clean create partition primary select partition 1 active format FS=NTFS quick Quick Note: If you’re creating a bootable media for a device that uses UEFI, you’ll need to format the drive using the “FAT32” file system, so your command will be:- format fs=FAT32 quick assign letter=X exit
#Operating Systems
#Software
#Software Utilities