Prep For New User
It must be noted that Windows Setup only performs a quick format. That means the drive journal is erased, but the data is still there.
In other words, it is like you throw away your phone book (assuming you still had them), and assume that the addresses of home and businesses no longer exists, but they are still physically there. In the end result, is that someone can run any simple free data recovery software and be able to recover a sizeable portion of your data with relative ease.
A full format should be your base line. Sadly, Windows Setup doesn't do this (well it does, but not where you are). When you started Windows setup disk/USB flash drive, you had a panel that had a button called "Install", on that same panel, you have a link to repair Windows. Pick that, and go to the command prompt.
From there, you can use diskpart to perform a full format.
They are many guides online on doing this.
But essentially:
- type/execute: diskpart
- type/execute: list disk
-
Look at all your drives listed, and identify by size of your main drive, and type: select disk #
where "#" is the number of the disk listed from the commend "list disk" that you execute just before. - type/execute: clean all
- type/execute: create partition primary
- type/execute: select partition 1
- type/execute: active
- type/execute: format fs=ntfs
Here is the doc of Disk Part tool:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc766465(v=ws.10)
Now you do have better tools that can perform multi pass format available. All depending on how secure you want the format to be.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now