https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill
Ends one or more tasks or processes. Processes can be ended by process ID or image name. taskkill replaces the kill tool.
kill tool
是啥?
1
ysc3839 2020-04-23 20:07:01 +08:00 via Android
kill.exe 吧
|
2
BlackHole1 2020-04-24 08:45:29 +08:00
就是 taskkill 代替了 kill 工具而已,不过 taskkill 貌似没有 windows api: process.Kill() 好?
|
3
lxk11153 OP @BlackHole1 #2 是想问下这个`kill tool`是啥?我命令里敲了一下,没有这个 kill 命令
|
4
BlackHole1 2020-04-24 16:19:38 +08:00
@lxk11153 这个命令已经被微软移除,已经加入到 debugging Tools 工具集了,详情见: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/kill-tool
|