windows 如何在Windows 8中使用cmd按进程名称杀死程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29227208/
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
how to kill a program by process name using cmd in windows 8?
提问by Patrioticcow
it seems that whenever i open a program in windows 8, the process name is WWAHost.exe
似乎每当我在 Windows 8 中打开一个程序时,进程名称是 WWAHost.exe
i would like to be able to do something like TASKKILL /F /IM notepad.exe
and terminate a specific process by name
我希望能够执行类似操作TASKKILL /F /IM notepad.exe
并按名称终止特定进程
if i kill WWAHost.exe
then all open programs will die.
如果我杀了WWAHost.exe
那么所有打开的程序都会死。
any ideas?
有任何想法吗?