如何在 Windows Server 2008 中永久终止 svchost.exe 进程

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

How to kill svchost.exe process permanently in Windows Server 2008

windowsamazon-ec2localhost

提问by Arun Kumar

I have AWS we ec2 server, where the process svchost.exeis consuming heavy memory. I would like to kill the process permanently. How to do that?

我有 AWS we ec2 服务器,其中进程svchost.exe消耗大量内存。我想永久终止该进程。怎么做?

回答by Remus Rusanu

svchost.exeis a genericservice hostprocess. Identify the actual hosted service that consumes the memory and take appropriate action depending on the service in question.

svchost.exe是一个通用的服务宿主进程。确定消耗内存的实际托管服务并根据相关服务采取适当的措施。

To view which services are currently running under svchost.exe

  • Open Task Manager by right-clicking the taskbar, and then clicking Start Task Manager.

  • Click the Processes tab.

  • Click Show processes from all users. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

  • Right-click an instance of svchost.exe, and then click Go to Service(s). The services associated with the process are highlighted on the Services tab.

查看当前在 svchost.exe 下运行的服务

  • 通过右键单击任务栏打开任务管理器,然后单击启动任务管理器。

  • 单击进程选项卡。

  • 单击显示所有用户的进程。需要管理员权限 如果系统提示您输入管理员密码或确认,请键入密码或进行确认。

  • 右键单击 svchost.exe 的实例,然后单击转到服务。与流程关联的服务在“服务”选项卡上突出显示。

回答by hriday gohel

  1. Type 'resource monitor' in search box of start menu.
  2. Go under CPU tab.
  3. Then expand processes.
  4. There you see lots of processes,check all svchost.exe processes.
  5. Then expand services,now it filtered by above checked processes.
  6. Now you have to stop all services (one by one) in services section by righting then and select stop service.
  1. 在开始菜单的搜索框中键入“资源监视器”。
  2. 进入 CPU 选项卡。
  3. 然后展开流程。
  4. 在那里你会看到很多进程,检查所有 svchost.exe 进程。
  5. 然后扩展服务,现在它被上面检查的进程过滤了。
  6. 现在,您必须通过右移并选择停止服务来停止服务部分中的所有服务(一个接一个)。

That all we can try to stop svchost.exe.

这一切我们都可以尝试阻止svchost.exe。

Hope it was helpful

希望它有帮助

回答by Anas Aijaz

Follow these steps and stop this service pemanately
1.Windows+R
2.type services.msc
3.search superfetch in list
4.click it stop
5.right click and go to settings 5.make it disabled instead of automatic
Done reboot.

按照这些步骤并永久停止此服务 1.Windows
+R
2.type services.msc
3.search superfetch in list
4.click it stop
5.right click and go to settings 5​​.make it disabled 而不是自动
完成重启。