Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install tskillgit clone https://github.com/tldr-pages/tldr.gitcp -r tldr/pages.ko/windows/t ~/.claude/skills/tskill/# 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}}`