Best way to wipe old windows boot drive?
Best way to wipe old windows boot drive?
Open Disk Management and search for the storage unit you wish to use. Assume drive D: is available with several partitions (just for illustration). Navigate to Command Prompt and run the following steps: diskpart list disk to confirm drive 1 matches your target. Choose it with select disk 1. If not, pick the correct number like 0 or 2. Proceed with clean to erase all partitions, then create a new partition and assign it to the selected one. Optionally use clean all for a full wipe. Format the partition with NTFS and assign it a new letter. Once finished, the drive is ready for use.
To thoroughly clean the drive, utilize a native Windows tool. Launch the command prompt with admin rights. Input "diskpart" and press Enter. Enter "list disk" to identify your storage device. Note the assigned number on the left side. Proceed to "select disk n" using the disk number you found. Ensure the correct disk is chosen. Execute "clean" to erase the data. Then navigate to Disk Management via the Start menu. Type "Disk management" and locate it—typically labeled as "Create and format disk partitions." Identify the wiped drive by its black status indicator. Right-click and select "Initialize." Follow the on-screen instructions. After completion, right-click again and choose "Create partition" to restore usability.