简体   繁体   English

有人帮我,cpumun.exe激怒了我

[英]Some one help me please, cpumun.exe irritating me

My CPU is running at 100% even though it should be idle. 我的CPU即使处于空闲状态也正在100%运行。 The task manager shows that a single process called 'cpumin.exe' is causing this. 任务管理器显示,一个名为“ cpumin.exe”的进程导致了此问题。 Could anyone please explain what I can do to stop this? 谁能解释一下我可以做些什么来阻止这种情况? As whenever I kill the process, it just starts again. 就像我杀死进程一样,它只是重新开始。

I have noticed kind of relationship between this process and network, because when I unplug the network cable the computer works well. 我注意到此过程与网络之间存在某种关系,因为当我拔下网络电缆时,计算机运行良好。 And there is something else when I give this process the order "Suspend process" and when you open the "Analyze Wait Chain" I found that this process have this message "One or more threads of cpumin.exe are waiting to finish network I/O". 而且,当我给该进程指定“挂起进程”命令并打开“分析等待链”时,我发现该进程显示以下消息:“一个或多个cpumin.exe线程正在等待完成网络I / O”。

Thanks... 谢谢...

Someone else had a similar problem here ... 有人在这里有类似的问题...

What exactly is the 'cpumin.exe' process which runs in the background and takes up 100% of the CPU? 在后台运行并占用100%CPU的'cpumin.exe'进程到底是什么? It happens whenever I run a Java program 每当我运行Java程序时都会发生

Probably best to do a full virus scan just in case. 为防万一,最好进行完整的病毒扫描。 According to http://www.threatexpert.com/report.aspx?md5=dd6da7e7b46f199edc8e4a81b2ae5e1e , it could be some sort of mass mailer. 根据http://www.threatexpert.com/report.aspx?md5=dd6da7e7b46f199edc8e4a81b2ae5e1e ,它可能是某种群发邮件。

try the following: 尝试以下方法:

Click Start > Run > (type "cmd.exe" without quotation) > Enter 单击开始>运行>(键入“ cmd.exe”,不带引号)>输入

a Command line (black screen will appear) type the following: 命令行(将出现黑屏)键入以下内容:

taskkill /fi "imagename eq cpumun.exe" /f /t 

The above command will surely kill the task and all of its child processes and tree. 上面的命令肯定会杀死该任务及其所有子进程和树。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM