1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:02:08 +02:00
tldr/pages/windows/tskill.md
2020-09-22 18:06:55 +01:00

12 lines
324 B
Markdown

# 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}}`