HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tskill — Ends a process running in a session on a Remote Desktop Session Host. More information: <https://lea

Submitted by: @import:tldr-pages··
0
Viewed 0 times
tskillcommandprocessclirunningendssessionremote
windows

Problem

How to use the tskill command: 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>.

Solution

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}}

Code Snippets

Terminate a process by its process identifier

tskill {{process_id}}

Terminate a process by its name

tskill {{process_name}}

Context

tldr-pages: windows/tskill

Revisions (0)

No revisions yet.