使用 TaskManager 查找在 Windows 上运行的 python 进程
我的 Vista 计算机上有多个 python.exe 进程正在运行,我想通过 Windows 任务管理器杀死一个进程。 找到要终止哪个进程的最佳方法是什么? 我在任务管理器上添加了“命令行”列。 它可以提供帮助,但并非在所有情况下都有帮助。 有没有更好的办法?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请考虑使用更强大的 Process Explorer 替换任务管理器
这是一个演示:
Please consider replace Task Manager with the more powerful Process Explorer
here is a demo:
当我在任务管理器中右键单击 python 并单击打开文件位置(win 10)时,它打开了 plex 安装文件夹,所以对我来说,Plex 使用 Python.exe 来减慢我的计算机速度,耻辱,因为我一直使用 plex罗库。 只需要忍受一台运行缓慢的计算机并购买另一台即可。
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.