--- syntax: markdown tags: [tldr, windows] source: https://github.com/tldr-pages/tldr.git --- # tskill > Ends a process running in a session on a Remote Desktop Session Host. > More information: . - Terminate a process by its process identifier: `tskill {{process_id}}` - Terminate a process by its name: `tskill {{process_name}}`