tldr/pages/windows/tskill.md
2020-09-22 18:06:55 +01:00

324 B

tskill

Ends a process running in a session on a Remote Desktop Session Host. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/tskill.

  • Terminate a process by its process identifier:

tskill {{process_id}}

  • Terminate a process by its name:

tskill {{process_name}}