I am not sure, but I found an answer at another posting site that may work. I have Windows 7, 32 bit, 2 GB RAM, with the same lockup when Windows Update runs (wuauserv), 600-800MB memory sucked up and the computer virtually stops for 30 minutes.
Because I am a newbie to this site, I can't post the link where I found this, but Google "Why is windows update services is a memory hog?" and pick the answer that is from "staff.kfupm.edu.sa" It comes up about 9 down the
list.
This is all Greek to me, but it seems to be the only solution proposed. It came from some publication at The King Fahd University of Petroleum and Minerals, someone who has a "Microsoft Most Valuable Professional" tag on the page.
This is the text of A. Elshafei's answer:
Note: There was a problem in the cutting and pasting and the headings were cut off. The first is "Problem", then "Background", then "Solution". Everything else is complete.
---------------------------------------------------------------------------
AuAutomatic Updates causing high CPU and memory usage in svchost.exe
Problem: You may receive one of the following symptoms: - svchost.exe has 100% CPU usage - svchost.exe has high memory usage that is above
60,000K - The computer stalls during windows update - svchost.exe causes the computer to stop responding for periods between 5-30 minutes. - extremely slow windows startup - The generic host process that is causing all the mess
holds the following services: AudioSrv, BITS, Browser, CryptSvc, Dhcp, ERSvc, EventSystem, helpsvc, lanmanserver, lanmanworkstation, Netman, Nla, RasMan, Schedule, seclogon, SENS, SharedAccess, ShellHWDetection, srservice, TapiSrv, Themes, TrkWks, W32Time,
winmgmt, wscsvc, wuauserv - You tried downloading the fixes for the automatic updates and svchost problem from Microsoft, and the problem persists.
Background: The problem described above is due to some corruption with automatic updates. A workaround that has been commonly prescribed suggested is to
to turn off automatic updates from the control panel or from the windows services. However, this may not be recommended solution as you need the updates to keep your windows secure from vulnerabilities. I have devised the following solution that takes
no time and has been tested and works.
Solution:
Step1: Disable automatic updates from the control panel temporarily to stop the frequent slow owns
Step2: Copy everything inside the quote box below (starting with @) and paste it into notepad. Go up to "File > Save As", click the drop-down box to change the "Save
As Type" to "All Files". Save it as fix.bat on your desktop
==========================
@Echo OFF
net stop wuauserv
net stop bits
rmdir /s /q %windir%\SoftwareDistribution\
REGSVR32 WUAPI.DLL /s
regsvr32 wuaueng.dll /s
REGSVR32 WUAUENG1.DLL /s
REGSVR32 ATL.DLL /s
REGSVR32 WUCLTUI.DLL /s
REGSVR32 WUPS.DLL /s
REGSVR32 WUPS2.DLL /s
REGSVR32 WUWEB.DLL /s
net start bits
net start wuauserv
wuauclt.exe /resetauthorization /detectnow
==============================
Step3: Double-click fix.bat A window will open and close quickly, this is normal.
Step4: Open internet explorer and go to www.windowsupdate.com You will be notified that your automatic updates is turned off. Do not enable it yet. You will be also notified that can upgrade to microsoft update. Also ignore that.
Step5: select express update -> download and install the updates required -> reboot the PC
Step6: Turn on automoatic updates from the control panel and your PC should be back to normal.
---------------------------------------------------------------------------
Can anyone interpret this to plain English and say if it is safe?
+++++++++++++
Update: I tried the program, the step 4 goes to what looks like an old Vista/XP website for the update and the questions listed above don't exist. I am trying to download the updates thru Windows 7 Control Panel, and now it is a real memory hog because
it must be checking for every single MS Update...30 minutes later...so patience....
Maybe this author was on to something great.
-
Edited by
brucefal
Wednesday, March 25, 2015 2:50 AM
Program may be for Vista/XP?