tldr/pages.zh/windows/rdpsign.md

25 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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`
- 在不更新文件的情况下将输出显示到标准输出来测试签名:
`rdpsign {{文件路径.rdp}} /l`