diff --git a/pages/windows/tskill.md b/pages/windows/tskill.md new file mode 100644 index 0000000000..ead75c41a5 --- /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}}`