tskill.exe
- File Path:
C:\windows\SysWOW64\tskill.exe
- Description: Remote Desktop Services End Process Utility
Hashes
Type | Hash |
---|---|
MD5 | 23B8823230631A211311A3D311AD5B8E |
SHA1 | 5939943306AB1DF867BE39CA2737C15FF8FCD0EB |
SHA256 | F778D267FC863772F35601FCEA10EBFF9A42F95DDD34C14C58AF58E2F6D4CF96 |
SHA384 | 5CAC62B7F566A926780BC48476B9ED7A3D6CAF0ACFB4E160FA4422CAB0E5E0A188A2D961F25A1FB3EF78E02E88153FB9 |
SHA512 | F909C0994A65A14020B1038DC4011A12FD735528E607864732C176DF35C20DA0D28D896B8E676CA778321B740554857E149B877A8A033113953ED2980DC2AB33 |
SSDEEP | 384:kHUJsW+VYgCWk9ifa3IlA/nO9N3acXZaA8lO5W5t54eCW4pQWUz:k8slYgC3wA/G3eYQ |
Signature
- Status: The file C:\windows\SysWOW64\tskill.exe is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170
- Serial: ``
- Thumbprint: ``
- Issuer:
- Subject:
File Metadata
- Original Filename: tskill.exe.mui
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 6.3.9600.16384 (winblue_rtm.130821-1623)
- Product Version: 6.3.9600.16384
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
tskill
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Ends a process running in a session on a Remote Desktop Session Host server.
[!NOTE] You can use this command to end only those processes that belong to you, unless you are an administrator. Administrators have full access to all tskill functions and can end processes that are running in other user sessions.
To find out what’s new in the latest version, see What’s New in Remote Desktop Services in Windows Server.
Syntax
tskill {<processID> | <processname>} [/server:<servername>] [/id:<sessionID> | /a] [/v]
Parameters
Parameter | Description |
---|---|
<processID> |
Specifies the ID of the process that you want to end. |
<processname> |
Specifies the name of the process that you want to end. This parameter can include wildcard characters. |
/server:<servername> |
Specifies the terminal server that contains the process that you want to end. If /server isn’t specified, the current Remote Desktop Session Host server is used. |
/id:<sessionID> |
Ends the process that is running in the specified session. |
/a | Ends the process that is running in all sessions. |
/v | Displays information about the actions being performed. |
/? | Displays help at the command prompt. |
Remarks
-
When all processes that are running in a session end, the session also ends.
-
If you use the
<processname>
and the/server:<servername>
parameters, you must also specify either the/id:<sessionID>
or the /a parameter.
Examples
To end process 6543, type:
tskill 6543
To end the process explorer running on session 5, type:
tskill explorer /id:5
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.