Fully Format Drive in Windows
Formatting a drive in Windows is normally done through some version of Disk Management. However, sometime you will run into a hard drive or USB stick that has partitions that you cannot delete from the Disk Management tools.
To fully format a drive in Windows 7/8/2008/2012, we need to launch the command line
- Run cmd.exe as an Administrator
- Run diskpart
- Now type: list disk
- From the list, you need to very, very carefully find the drive that you want to wipe out
- Now type: select disk x where x is the number of the disk
- Now type: clean
- Now type: exit
- You can now use your regular Disk Management tools to format or partition your hard drive or USB stick