Hello, my goal is to replace all bytes on a disk with 0s with a single pass. I have done this many times, but yesterday, I read that I can do it faster with a larger block size 4096. My understanding is, if I use Diskpart or other terminal program to format the entire disk slowly, it will...