mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:06:01 +02:00
Create cipher.md
This commit is contained in:
parent
79aea4833f
commit
4bc29f8ff2
1 changed files with 15 additions and 0 deletions
15
pages.zh/windows/cipher.md
Normal file
15
pages.zh/windows/cipher.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# cipher
|
||||
|
||||
> 加密或解密 NTFS 驱动器上的文件.
|
||||
|
||||
- 加密文件或目录:
|
||||
|
||||
`cipher /e:{{路径/文件或目录}}`
|
||||
|
||||
- 解密文件或目录:
|
||||
|
||||
`cipher /d:{{路径/文件或目录}}`
|
||||
|
||||
- 安全地删除文件或目录:
|
||||
|
||||
`cipher /w:{{路径/文件或目录}}`
|
Loading…
Add table
Reference in a new issue