From 8b87e5f8285fd5b9d06fea143745d10abfb57ed9 Mon Sep 17 00:00:00 2001 From: NNRepos <45516943+NNRepos@users.noreply.github.com> Date: Wed, 30 Oct 2019 19:27:21 +0200 Subject: [PATCH] tskill: add page (#3505) Might be worth to mention this command was removed from windows 10, and unlike taskkill, does not require the .exe extension when terminating processes. --- pages/windows/tskill.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/windows/tskill.md diff --git a/pages/windows/tskill.md b/pages/windows/tskill.md new file mode 100644 index 000000000..ead75c41a --- /dev/null +++ b/pages/windows/tskill.md @@ -0,0 +1,12 @@ +# 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}}`