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
- 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.
Usage
- Open PowerToys Run (default shortcut is
Alt+Space). - Type
rdpand search for a connection.
Building
- Clone the repository and the dependencies in
/lib. - run
dotnet build -c Release.