3 comments

  1. felipe1982

    Boot up a Linux Live CD (any one will do, even a non-GUI). Find out which is your main drive (typically /dev/sda). In a terminal execute:

    $> shred -n1 -z /dev/sda

    That will write random bits all over the drive, from the first bit to the last. Then it will write ZERO’s (nulls) all over the drive, from the first bit to the last.

    That’s a better method to erase data from a drive, and make it unrecoverable.

    Just make sure this is done to the correct drive!

    -felipe

  2. Ra12

    also you need check my documents and application data folders for some parts of delered programs.

Leave a Reply

You must be logged in to post a comment.

Subscribe to followup comments via RSS