Ends a process running in a session on a Remote Desktop Session Host.
Scanned 2/12/2026
Install via CLI
openskills install reinhart1010/nix---
layout: page
title: windows/tskill (English)
description: "Ends a process running in a session on a Remote Desktop Session Host."
content_hash: 94e8e3916491cef3ec6a494de22347d63091e84c
last_modified_at: 2023-11-12
tldri18n_status: 2
---
# 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 `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">process_id</span>
- Terminate a process by its name:
`tskill `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">process_name</span>
No comments yet. Be the first to comment!