add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,12 +1,13 @@
# Get-FileHash
# 获取文件哈希
> 计算一个文件的 HASH 值。
> 更多信息:<https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>.
> 计算文件的哈希值。
> 注意:此命令只能通过 PowerShell 使用。
> 更多信息:<https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>。
- 使用 SHA256 算法计算定文件的哈希值:
- 使用 SHA256 算法计算定文件的哈希值:
`Get-FileHash {{文件路径}}`
`Get-FileHash {{路径\到\文件}}`
- 使用指定的哈希算法计算定文件的哈希值:
- 使用指定算法计算定文件的哈希值:
`Get-FileHash {{文件路径}} -Algorithm {{SHA1|SHA384|SHA256|SHA512|MD5}}`
`Get-FileHash {{路径\到\文件}} -Algorithm {{SHA1|SHA384|SHA256|SHA512|MD5}}`