Skip to content

8LWXpg/PowerToysRun-ProcessKiller

Repository files navigation

ProcessKiller Plugin for PowerToys Run

A PowerToys Run plugin to kill processes.

Derived from FlowLauncher Plugin ProcessKiller.

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

Features

Kill a process

kill

Kill all instances of a process

kill all

Kill a process by Port number

use kl : <ip:port> to search for IP and Port.

kill by port

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 kl and search for process name or ID.

Building

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

Debugging

  1. Clone the repository and the dependencies in /lib with ProcessKiller/copyLib.ps1.
  2. Build the project in Debug configuration.
  3. Make sure you have gsudo installed in the path.
  4. Run debug.ps1 (change $ptPath if you have PowerToys installed in a different location).
  5. Attach to the PowerToys.PowerLauncher process in Visual Studio.

Contributing

Localization

If you want to help localize this plugin, please check the localization guide