1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:02:08 +02:00
tldr/pages/windows/tskill.md
2022-10-04 23:06:23 +08:00

12 lines
325 B
Markdown

# tskill
> Ends a process running in a session on a Remote Desktop Session Host.
> More information: <https://learn.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}}`