If you've been using Windows for quite some time, you may be familiar with the command prompt and some of the commands you can use there. If you are using Windows 8 or Windows 10, you may not be familiar with a change made to a familiar command: format.
Starting in Windows 8, the format command now allows you to use the /p switch, which causes the command to not only format a drive, but also to perform as many passes on the data surface as you want. Multiple passes decrease the likelihood that someone could successfully retrieve information that used to be on the drive. If you plan on giving the drive to someone else and you previously had information on the drive you don't want them to potentially recover, then using the /p switch is a good idea.
As an example, let's say that you had an external drive (F:) that you want to give to someone else. After you've copied all the information from the drive, you can display the command prompt window (as discussed in other WindowsTips) and then use this command:
format f: /p:5
This command performs 5 formatting passes. While this may take a while to complete, the process makes the probability of anyone accessing old information vanishingly small. (It sure beats the old way I used to make sure nobody could access data on a drive I no longer needed: Hitting it multiple times with a three-pound sledgehammer.)
This tip (2596) applies to Windows 8 and 10.
In Windows, the cursor indicates where you are about to type information using the keyboard. You can adjust how quickly ...
Discover MoreMAC addresses are used to uniquely identify devices attached to your network. If you need to figure out what MAC address ...
Discover MoreDo you want to fundamentally change how Windows responds to mouse clicking? You can do so by following the steps outlined ...
Discover More2020-01-13 10:21:42
J. Woolley
You might be interested in Disk Wipe: http://www.diskwipe.org/
Copyright © 2024 Sharon Parq Associates, Inc.
Comments