tldr/pages/windows/tskill.md
NNRepos 8b87e5f828 tskill: add page (#3505)
Might be worth to mention this command was removed from windows 10, and unlike taskkill, does not require the .exe extension when terminating processes.
2019-10-30 18:27:21 +01:00

13 lines
330 B
Markdown

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