How To Wipe a Hard Drive Windows 10 Command Prompt?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open the Command Prompt window.
2. Type the following command and press Enter: diskpart
3. Type the following command and press Enter: list disk
4. Identify the disk you want to wipe and type the following command and press Enter: select disk #
5. Type the following command and press Enter: clean
6. Type the following command and press Enter: create partition primary
7. Type the following command and press Enter: format fs=ntfs quick
8. Type the following command and press Enter: active
9. Type the following command and press Enter: assign
10. Type the following command and press Enter: exit