tskill
嚯嚯 发表于 2020-06-22 17:22浏览次数:
该tskill命令允许用户在MS-DOS提示符下杀死一个任务。
The tskill command allows a user running Microsoft Windows XP home to kill a task from an MS-DOS prompt.
该tskill命令可能无法在(除XP家庭版)win8,win10家庭版下使用。
The tskill command may not be available under win8 and win10 home editions (except XP home edition).
目录:
1 tskill 运行系统环境
2 tskill 语法
3 tskill 示例
tskill 运行系统环境
Windows xp
Windows 8
Windows 10
tskill 语法
TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]
processid
|
指定要终止的进程的进程ID。
|
processname
|
指定要终止的进程的名称。
|
/SERVER:servername
|
包含进程ID的服务器(默认为当前)。
使用进程名和/ SERVER时必须指定/ ID或/ A
|
/ID:sessionid
|
最终进程在指定会话下运行。
|
/A
|
最终进程在所有会话下运行。
|
/V
|
显示有关正在执行的操作的信息。
|
TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]
processid
|
Specifies the process ID for the process to be terminated.
|
processname
|
Specifies the name of the process to be terminated.
|
/SERVER:servername
|
The server containing process ID (default is current).
/ID or /A must be specified when using processname and /SERVER
|
/ID:sessionid
|
The end process running under the specified session.
|
/A
|
The end process running under ALL sessions.
|
/V
|
Display information about the actions being performed.
|
tskill 示例
tskill notepad /V
终止打开的记事本任务,并显示类似以下消息:End Process(1328)。
tskill notepad /V
Kills the open notepad task and displays a message similar to: End Process (1328).