A PowerToys Run plugin for killing processes.
Derived from FlowLauncher Plugin ProcessKiller.
Check out the Template for a starting point to create your own plugin.
Use kl : <ip:port> to search for IP and Port.
- 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.
Via ptr
ptr add ProcessKiller 8LWXpg/PowerToysRun-ProcessKiller- Open PowerToys Run (default shortcut is Alt+Space).
- Type
kland search for process name or ID.
- Clone the repository and the dependencies in
/libwithProcessKiller/copyLib.ps1. - Run
dotnet build -c Release.
- Clone the repository and the dependencies in
/libwithProcessKiller/copyLib.ps1. - Build the project in
Debugconfiguration. - Make sure you have gsudo installed in the path.
- Run
debug.ps1(change$ptPathif you have PowerToys installed in a different location). - Attach to the
PowerToys.PowerLauncherprocess in Visual Studio.
If you want to help localize this plugin, please check the localization guide


