How to convert bootable pendrive to normal using cmd?
Answers
Answered by
0
Run CMD as Administrator.
Type DISKPART.
list disk.
select disk 1 (if your usb drive mine was 1)
clean.
create partition primary.
active.
Choose a format: FAT32 is the standard for USBs: format fs=fat32 quick. NTFS is more modern, but isn't as widely supported: format fs=ntfs quick.
Type DISKPART.
list disk.
select disk 1 (if your usb drive mine was 1)
clean.
create partition primary.
active.
Choose a format: FAT32 is the standard for USBs: format fs=fat32 quick. NTFS is more modern, but isn't as widely supported: format fs=ntfs quick.
Similar questions