RDP Plugin for PowerToys Run

July 13, 2024 ยท View on GitHub

A PowerToys Run plugin to launch RDP connections.

Most of the code is from FlowLauncher Plugin RDP.

Checkout the Template for a starting point to create your own plugin.

Installation

  1. Download the latest release of the from the releases page.
  2. Extract the zip file's contents to %LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
  3. Restart PowerToys.

Usage

  1. Open PowerToys Run (default shortcut is Alt+Space).
  2. Type rdp and search for a connection.

Building

  1. Clone the repository and the dependencies in /lib.
  2. run dotnet build -c Release.