Forrest logo
back to context overview

rdpsign

List of commands for rdpsign:

  • rdpsign:tldr:1abfb rdpsign: Test the signing by displaying the output to `stdout` without updating the file.
    $ rdpsign ${path\to\file-rdp} /l
    try on your machine
    explain this command
  • rdpsign:tldr:3a9c8 rdpsign: Sign an RDP file.
    $ rdpsign ${path\to\file-rdp}
    try on your machine
    explain this command
  • rdpsign:tldr:daebb rdpsign: Display verbose warnings, messages and statuses.
    $ rdpsign ${path\to\file-rdp} /v
    try on your machine
    explain this command
  • rdpsign:tldr:db49d rdpsign: Sign an RDP file using a specific sha256 hash.
    $ rdpsign ${path\to\file-rdp} /sha265 ${hash}
    try on your machine
    explain this command
  • rdpsign:tldr:f3f14 rdpsign: Enable quiet output.
    $ rdpsign ${path\to\file-rdp} /q
    try on your machine
    explain this command
back to context overview