相当于 Windows 的 xkill
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/215119/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
xkill equivalent for Windows
提问by Tamas Czinege
Is there a reliable equivalent of xkill for Windows?
Windows 是否有可靠的 xkill 等价物?
For those who don't know what xkill is: it is a Unix tool which basically kills the process of any windows you click on.
对于那些不知道 xkill 是什么的人:它是一个 Unix 工具,基本上可以杀死您单击的任何窗口的进程。
A Windows port can be downloaded here.
可以在此处下载 Windows 端口。
采纳答案by Gulzar Nazim
Windows xkill.
视窗xkill。
Disclaimer: I got it from google and I haven't tried it.
免责声明:我从谷歌得到它,我还没有尝试过。
Update: Process Explorer has a window Finder function. Very useful to locate a window.
更新:进程资源管理器有一个窗口查找器功能。定位窗口非常有用。
回答by Foredecker
PSKILLfrom the SysInternalssuite is very handy. PSLISTand PSINFOare related tools. You can view the entire Sysinternals Live tools directory in a browser at http://live.sysinternals.com. , or download a ZIP file from here.
PSKILL从Sysinternals的套件是非常方便的。 PSLIST和PSINFO是相关工具。您可以在http://live.sysinternals.com的浏览器中查看整个 Sysinternals Live 工具目录。,或从这里下载 ZIP 文件。
To kill process based on its window, install Process Explorer(from the Sysinternals). It got the option to find window's process by dragging over the window.
要根据其窗口终止进程,请安装Process Explorer(来自 Sysinternals)。它可以选择通过在窗口上拖动来查找窗口的进程。
回答by JosephStyons
taskkill /im ProcessName.exe /f
The "f" is for "force".
“f”代表“力”。