Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 781 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 781 Bytes

RDP Plugin for PowerToys Run

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.