mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
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.
This commit is contained in:
parent
64b12cbabc
commit
8b87e5f828
1 changed files with 12 additions and 0 deletions
12
pages/windows/tskill.md
Normal file
12
pages/windows/tskill.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# tskill
|
||||
|
||||
> 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>.
|
||||
|
||||
- Terminate a process by its process identifier:
|
||||
|
||||
`tskill {{process_id}}`
|
||||
|
||||
- Terminate a process by its name:
|
||||
|
||||
`tskill {{process_name}}`
|
Loading…
Add table
Reference in a new issue