rdpsign,query,pw*,pushd: add Korean translation (#14443)

This commit is contained in:
Chooooo
2024-10-29 22:37:47 +09:00
committed by GitHub
parent 290ece6544
commit 3cc009c670
5 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# rdpsign
> 원격 데스크톱 프로토콜(RDP) 파일을 서명하는 도구입니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign>.
- RDP 파일 서명:
`rdpsign {{경로\대상\파일.rdp}}`
- 특정 sha256 해시를 사용하여 RDP 파일 서명:
`rdpsign {{경로\대상\파일.rdp}} /sha265 {{해시}}`
- 최소 출력 설정:
`rdpsign {{경로\대상\파일.rdp}} /q`
- 자세한 경고, 메시지 및 상태 출력:
`rdpsign {{경로\대상\파일.rdp}} /v`
- 파일을 업데이트하지 않고 출력 결과를 `stdout`에 표시하여 서명을 테스트:
`rdpsign {{경로\대상\파일.rdp}} /l`