Tskill


Applies To: Windows Vista,Windows Server 2008 R2,Windows Server 2008

Ends a process running in a session on a terminal server.

For examples of how to use this command, see Examples.

Syntax


Copy Code

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 is not specified, the current terminal 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

Examples


Copy Code

tskill 6543


Copy Code

tskill explorer /id:5

Additional references

Command-Line Syntax Key

Terminal Services Command Reference