Files
tldr/pages.zh/windows/rdpsign.md

24 lines
604 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rdpsign
> 一种用于签署远程桌面协议RDP文件的工具。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign>。
- 签署一个 RDP 文件:
`rdpsign {{path\to\file.rdp}}`
- 使用特定的 sha256 哈希签署一个 RDP 文件:
`rdpsign {{path\to\file.rdp}} /sha265 {{hash}}`
- 启用静默输出:
`rdpsign {{path\to\file.rdp}} /q`
- 显示详细的警告、消息和状态:
`rdpsign {{path\to\file.rdp}} /v`
- 通过将输出显示到 `stdout` 来测试签署,而不更新文件:
`rdpsign {{path\to\file.rdp}} /l`