[HOW TO] Clear and format a disk to delete confidential documents in Windows

使用 cipher 和 format 命令来确保数据安全。
  1. Use Cipher
    To ensure that deleted files are not restored, you can use the cipher command. E.g. in E:\Selected_Folder some files are deleted, you can type:
    cipher /w:E:\Selected_Folder
    to wipe the folder. This command will fill 0x00, 0xff and random each one time in unused space.
  2. Use Format
    To ensure safe deletion of the entire hard drive, you can use the format command. E.g. format f::
    format F: /P:8
    Add /P after Format command will firstly clear all partition then filled by random. The number 8 after /P means the filling random work will do 8 times.
I'm JokerM.
This post was written by me.
To report a copyright issue or abuse, please contact [email protected]
Table of Contents

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments