Clear Partition Table in Windows
Sep 17, 2017
I’ve always had annoying problems with needing to clear bootable Linux USB drives in Windows to replace them with something else. Under Gnome Disks it’s super easy to do from the GUI as well as doing it with fdisk
. Under Windows it’s actually just as simple from the Command Prompt.
diskpart
list disk
select disk <your disk number>
list disk
clean
Now you can use Disk Management to create partitions or use Rufus to write an ISO file.