mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
---
|
|
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: <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}}`
|