# PsTools PsKill - Help
Source: https://learn.microsoft.com/en-us/sysinternals/downloads/pskill
```
PsKill v1.17 - Terminates processes on local or remote systems
Copyright (C) 1999-2023 Mark Russinovich
Sysinternals - www.sysinternals.com
Usage: pskill [-t] [\\computer [-u username [-p password]]] <process ID | name>
-t Kill the process and its descendants.
-u Specifies optional user name for login to
remote computer.
-p Specifies optional password for user name. If you omit this
you will be prompted to enter a hidden password.
-nobanner Do not display the startup banner and copyright message.
```