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.
- Download the latest release of the from the releases page.
- Extract the zip file's contents to
%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
- Restart PowerToys.
- Open PowerToys Run (default shortcut is
Alt+Space
). - Type
rdp
and search for a connection.
- Clone the repository and the dependencies in
/lib
. - run
dotnet build -c Release
.