Skip to content

8LWXpg/PowerToysRun-ProcessKiller

Repository files navigation

ProcessKiller Plugin for PowerToys Run

A PowerToys Run plugin to kill processes.

Most of the code is from FlowLauncher Plugin ProcessKiller.

Features

Kill a process

kill

Kill all instances of a process

kill all

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.
  2. run dotnet build -c Release.

Debugging

  1. Clone the repository and the dependencies in /lib.
  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