Disk Format
Open CMD then type
sh
diskpart
A window should open
List all the disk
sh
list disk
![List Disk](/assets/listDisk.DLD8760L.png)
Select the disk you want to clean
sh
selec disk
![Select Disk](/assets/selectDisk.BjOtUh9f.png)
Clean the disk
sh
clean
Create partition
sh
create partition primary
Format the disk (choose the format for your use)
sh
format fs=fat32 quick
Finally active the partition
sh
active
Your disk is ready to use