Showing posts with label erase. Show all posts
Showing posts with label erase. Show all posts

Wednesday, May 22, 2024

Easily Zero Fill a Hard Drive for FREE through Windows!




How To Zero-Fill A Hard Drive
via the Windows Command Prompt

Windows 7,8,10 and 11 actually can zero-fill a hard drive through the built-in Command Prompt utility. The Command Prompt adopts a special 'format' command to achieve writing zeros to the hard disk/partitions.

How-To Zero Fill a Hard Drive in Windows:

  1. Click the “Start” button

  2. Input “cmd” in the “Search” box, and then right-click the Command Prompt icon and select “Run as administrator”.

  3. At the prompt window, you are going to use the following command to format each partition on the hard drive. 

  4. The command is (without quotes):
    “format DRIVE: /fs:NTFS /p:1” 
  5. However where it says "DRIVE:" you will need to provide the drive letter of the hard drive you wish to format/zero fill.

  6. Once you know the drive letter of the hard drive that is going to be erased, enter it in the command as follows: "format E: /fs:NTFS /p:1"

    • !WARNING BEFORE PROCEEDING!
      You cannot undo a format! So ensure that you choose the right hard drive and back up any required files! If you format the primary drive by mistake, the operating system will be deleted and your computer will not work again until you reinstall it.

  7. If you are 100% positive the drive letter is correct for the hard drive you would like to erase, with the command properly typed out in the Windows Command Prompt, you can now hit “Enter” to format the selected drive with the NTFS file system. 

  8. Type “y” and press “Enter” to confirm erase data.
    • This process will write zeros to every sector of the drive for a single pass.
    • For a twice-pass, you can input “p:2” instead.

  9. Wait for the process to be completed. 

  10. After erasure/zero fill is completed, you'll be prompted to enter a Volume label. 

  11. Type a name for the drive if necessary, or just press "Enter" to skip.

  12. Wait while “Creating file system structures” appears on the screen.

  13. Then repeat the above steps to format every partition on the hard disk; if/as needed.

  14. After writing zeros to each partition, you can type “exit” and press “Enter” to close the Command Prompt.

That's it! 

You have now successfully erased and zero-filled a hard drive for FREE through the Windows Command Prompt!