Files
tldr/pages.zh/windows/rdpsign.md
2019-11-02 17:47:23 +00:00

24 lines
501 B
Markdown
Raw 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文件的工具.
- 为一个 RDP 文件签名:
`rdpsign {{文件路径.rdp}}`
- 使用一个指定的 sha256 哈希值为 RDP 文件签名:
`rdpsign {{文件路径.rdp}} /sha265 {{哈希值}}`
- 启用静默输出:
`rdpsign {{文件路径.rdp}} /q`
- 显示详细的信息、警告和状态:
`rdpsign {{文件路径.rdp}} /v`
- 在不更新文件的情况下将输出显示到标准输出来测试签名:
`rdpsign {{文件路径.rdp}} /l`