自动更新服务导致 Svchost 占用CPU 100%的解决方法
自动更新服务导致 Svchost 占用CPU 100%的解决方法2013-12-05 09:55:26
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://slmagicbox.blog.51cto.com/194074/1336236
自动更新服务导致 Svchost 占用CPU 100%的解决方法
环境: windows server 2003 R2 x64 简体中文企业版
现象:最近一次打补丁后,进程Svchost.exe占用cpu一直处于100%。 停止Automatic Updates服务 : net stop wuauserv,CPU占用恢复。
排错: 1、按网上提供的解决方法(问题未解决): 1) 安装补丁 KB927891http://support.microsoft.com/kb/927891/
2) 安装 WSUS 3.0 client: 32-bit versionshttp://download.windowsupdate.com/v7/windowsupdate/redist/standalone/WindowsUpdateAgent30-x86.exe
64-bit versionhttp://download.windowsupdate.com/v7/windowsupdate/redist/standalone/WindowsUpdateAgent30-x64.exe 2、安装IE8及IE8补丁KB2879017(问题解决) 1)http://www.microsoft.com/zh-cn/download/internet-explorer-8-details.aspx 2)KB2879017http://www.microsoft.com/zh-cn/download/details.aspx?id=40534 3) 停止Automatic Updates服务 (net stop wuauserv),重命名c:\windows\SoftwareDistribution目录名(如:SoftwareDistribution_old) 4) 启动Automatic Updates服务(net start wuauserv)
页:
[1]