tskill (windows)

Posted by tldr
Public (Editable by Users)

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 .

Shell
None
Edit
# Terminate a process by its process identifier:
tskill {{process_id}}

# Terminate a process by its name:
tskill {{process_name}}