tldr/pages/windows/rdpsign.md
Emily Grace Seville c52cc074d9
windows/*.md: make placeholders more compatible with CLIP ones (#9872)
* Make placeholders more compatible with CLIP ones

* Update pages/windows/doskey.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/windows/doskey.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 15:23:49 +08:00

592 B

rdpsign

A tool for signing Remote Desktop Protocol (RDP) files. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign.

  • Sign an RDP file:

rdpsign {{path\to\file.rdp}}

  • Sign an RDP file using a specific sha256 hash:

rdpsign {{path\to\file.rdp}} /sha265 {{hash}}

  • Enable quiet output:

rdpsign {{path\to\file.rdp}} /q

  • Display verbose warnings, messages and statuses:

rdpsign {{path\to\file.rdp}} /v

  • Test the signing by displaying the output to stdout without updating the file:

rdpsign {{path\to\file.rdp}} /l