Skip to content

Disk Format

Open CMD then type

sh
diskpart

A window should open

List all the disk

sh
list disk
List Disk

Select the disk you want to clean

sh
selec disk
Select Disk

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
Format Disk

Finally active the partition

sh
active
Active Partition

Your disk is ready to use