How to really erase old files in my laptop?

In summary, the conversation discusses methods for permanently deleting files from a computer before giving it away. The first suggested method is using disk writing software to write, erase, and rewrite every track with random data. This ensures that the data cannot be recovered. The conversation also suggests physically removing the drive and replacing it with a new one to prevent any potential data recovery in case of loss or theft. However, the person in the conversation suggests using a different method of copying a large file multiple times to fill up the disk, but this is not a reliable method as it may still leave traces of the data. The expert reiterates that using a tool designed for multiple write passes of random data is the best way to ensure complete deletion of the data.
  • #36
If you really want to be sure... replace the hard drive in it
 
  • Like
Likes hmmm27
Computer science news on Phys.org
  • #37
omigosh said:
If you really want to be sure... replace the hard drive in it
That alone would of course not preserve any content; if it were done along with a correct backup and restore, it would be sufficient but not necessary.
 
  • #38
It turns out, Microsoft finally built in a utility for overwriting and clearing free space. And I've tried it and it seemed to work well. I learned about it from this article:

https://www.howtogeek.com/137108/how-securely-overwrite-free-space-in-windows/

The command is:

cipher /w:C:\

where C is the letter of the drive you want to securely overwrite the free space on.

Use a command prompt window with Administrative privileges.

Don't run anything else while it's going on. Expect it to take hours, possibly run it overnight.
 
  • #39
harborsparrow said:
It turns out, Microsoft finally built in a utility for overwriting and clearing free space. And I've tried it and it seemed to work well. I learned about it from this article:

https://www.howtogeek.com/137108/how-securely-overwrite-free-space-in-windows/

The command is:

cipher /w:C:\

where C is the letter of the drive you want to securely overwrite the free space on.

Use a command prompt window with Administrative privileges.

Don't run anything else while it's going on. Expect it to take hours, possibly run it overnight.
It's not for SSDs.
 
  • Like
Likes harborsparrow

Similar threads

  • Computing and Technology
Replies
14
Views
2K
Replies
6
Views
1K
  • Computing and Technology
Replies
24
Views
2K
  • Computing and Technology
2
Replies
69
Views
4K
  • Computing and Technology
Replies
17
Views
3K
Replies
14
Views
2K
  • Computing and Technology
Replies
22
Views
2K
  • Computing and Technology
Replies
5
Views
1K
Replies
73
Views
5K
  • Computing and Technology
Replies
16
Views
1K
Back
Top