使用 TaskManager 查找在 Windows 上运行的 python 进程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1087087/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:46:35  来源:igfitidea点击:

Finding a python process running on Windows with TaskManager

pythonwindowstaskmanager

提问by luc

I have several python.exe processes running on my Vista machine and I would like to kill one process thanks to the Windows task manager. What is the best way to find which process to be killed. I've added the 'command line' column on task manager. It can help but not in all cases. is there a better way?

我有几个 python.exe 进程在我的 Vista 机器上运行,由于 Windows 任务管理器,我想杀死一个进程。找到要杀死的进程的最佳方法是什么。我在任务管理器上添加了“命令行”列。它可以提供帮助,但并非在所有情况下。有没有更好的办法?

采纳答案by sunqiang

Please consider replace Task Manager with the more powerful Process Explorerhere is a demo:alt text

请考虑用更强大的Process Explorer替换任务管理器, 这里是一个演示:替代文字

回答by Dan

When I right clicked python in task manager and clicked open file location (win 10) it opened the plex installation folder so for me it is Plex that uses Python.exe to slow my computer down, shame as I use plex all the time for my Roku. Just have to put up with a slow computer and get another one.

当我在任务管理器中右键单击 python 并单击打开文件位置(win 10)时,它打开了 plex 安装文件夹,所以对我来说是 Plex 使用 Python.exe 来减慢我的计算机速度,很遗憾,因为我一直使用 plex 为我的罗库。只需要忍受一台缓慢的计算机,然后再买一台。