windows/get*: add Korean translation (#14524)
* windows/get*: add Korean translation * get-wuapiversion: fix typo * get-wuapiversion: fix typo Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pages.ko/windows/getmac: fix typo Co-authored-by: Chooooo <contact@choo.ooo> * pages.ko/windows/get-wuapiversion: fix typo Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
13
pages.ko/windows/get-filehash.md
Normal file
13
pages.ko/windows/get-filehash.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Get-FileHash
|
||||
|
||||
> 파일의 해시를 계산.
|
||||
> 참고: 이 명령은 PowerShell을 통해서만 사용할 수 있습니다.
|
||||
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-filehash>.
|
||||
|
||||
- SHA256 알고리즘을 사용하여 지정된 파일의 해시 계산:
|
||||
|
||||
`Get-FileHash {{경로\대상\파일}}`
|
||||
|
||||
- 지정된 알고리즘을 사용하여 지정된 파일의 해시 계산:
|
||||
|
||||
`Get-FileHash {{경로\대상\파일}} -Algorithm {{SHA1|SHA384|SHA256|SHA512|MD5}}`
|
Reference in New Issue
Block a user