tskill.exe

  • File Path: C:\WINDOWS\system32\tskill.exe
  • Description: Remote Desktop Services End Process Utility

Hashes

Type Hash
MD5 51E21B7DCDA4436BD5C0386BC32A74F8
SHA1 569B8AF4CFDCDBE5ADD0D916154A5C0121DE6FA8
SHA256 EB750788A75BE4F99E27CA345EE0FDDF98D82FF70505BAD03AE0DC8BE6FA47B3
SHA384 2271BD09D9DC35F8A62BEF55688657B35F6EE8E5F1A96C7C28112FE15E3C0ACD917CAD499696E7D12EC5D6AC0BA48BC3
SHA512 73E47AFF4D0D1D400727D83BC0DADD52959443350C40D2E514E514F9239D64BF18948CE82271FE954E2F5C29EC6186A81F3C25EB47E6E8405E9DECF5B1CE7253
SSDEEP 384:mAFT4NdahGwit1akKDn4L53oANmFp76y0jtJ80QZ5/WQmCz0mhFJFghZcG51CPej:mAFolKL4L9wp76D5JwZWQz0mhF3wCe1
IMP 0568AF4DCDD3B8A976BBBBC1530C6847
PESHA1 10612AFC072D2C24BDCED1578D67074785A6C70D
PE256 90E0053E1300E5231F91D037F3F5B9E657DBAF7C14D5B4770CE7A47B258826AA

Runtime Data

Usage (stderr):

Invalid parameter(s)
Ends a process.

TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]

  processid           Process ID for the process to be terminated.
  processname         Process name to be terminated.
  /SERVER:servername  Server containing processID (default is current).
                         /ID or /A must be specified when using processname
                         and /SERVER
  /ID:sessionid       End process running under the specified session.
  /A                  End process running under ALL sessions.
  /V                  Display information about actions being performed.


Loaded Modules:

Path
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\system32\tskill.exe

Signature

  • Status: Signature verified.
  • Serial: 33000002ED2C45E4C145CF48440000000002ED
  • Thumbprint: 312860D2047EB81F8F58C29FF19ECDB4C634CF6A
  • Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
  • Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US

File Metadata

  • Original Filename: tskill.exe.mui
  • Product Name: Microsoft Windows Operating System
  • Company Name: Microsoft Corporation
  • File Version: 10.0.22000.1 (WinBuild.160101.0800)
  • Product Version: 10.0.22000.1
  • Language: English (United States)
  • Legal Copyright: Microsoft Corporation. All rights reserved.
  • Machine Type: 64-bit

File Scan

  • VirusTotal Detections: 0/73
  • VirusTotal Link: https://www.virustotal.com/gui/file/eb750788a75be4f99e27ca345ee0fddf98d82ff70505bad03ae0dc8be6fa47b3/detection

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.