Help with win7 updates not configuring

Joe Jitzu

New member
Local time
2:45 PM
Messages
8
Here is new thread with cab and screenshots. It should be noted that the update seemed to work after applying suggestions from NoelDP.
original post;
Asus All in One ET2410IUT Windows 7 64bit home premium. 9 security updates error message, "failed configuring windows updates - reverting changes" after installing and reboot. Tried several times with same result. Installed the updates one at a time and 8 of them worked. The "Cumulative Security Update for Internet Explorer 11 for Windows 7 for x64-based Systems (KB2962872)" is causing this problem. On shut down and reboot the computer goes threw this same loop each time.
ps. also ran the win repair tool.

Thank you for your help, joe jitzu
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Asus X54C
OS
Windows 7 Home Premium 64bit..
Antivirus
Mc
We need the other data requested in Windows Update Posting Instructions as well - although I doubt that it will show too much in this instance

However, the SFC scan you ran was in the uploaded file - and showed that it had found and fixed one problem.
Code:
 Line 8491: 2014-07-12 23:15:48, Info                  CSI    00000305 [SR] Repairing 1 components
 Line 8492: 2014-07-12 23:15:48, Info                  CSI    00000306 [SR] Beginning Verify and Repair transaction
 Line 8495: 2014-07-12 23:15:48, Info                  CSI    00000308 [SR] Repairing corrupted file [ml:520{260},l:72{36}]"\??\C:\Windows\Web\Wallpaper\Windows"\[l:16{8}]"img0.jpg" from store
 Line 8508: 2014-07-12 23:15:48, Info                  CSI    0000030b [SR] Repair complete

... not exactly a critical problem ;).
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
Here's the most likely solution for your problem...
1. Download and install SubInACL from the Microsoft Download Center Download SubInACL (SubInACL.exe) from Official Microsoft Download Center
2. Open Notepad (Click Start, type Notepad, and then press Enter)
3. Copy and paste the following text into Notepad

Code:
Set OSBIT=32
IF exist "%ProgramFiles(x86)%" set OSBIT=64
set RUNNINGDIR=%ProgramFiles%
IF %OSBIT% == 64 set RUNNINGDIR=%ProgramFiles(x86)%
subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /grant="nt service\trustedinstaller"=f
 
.

4. Close Notepad, and make sure you save it. When you save the text, make sure that you set
Save as Type to “All Files (*.*)”. Very important! The file name needs end with .CMD. For example: fix.cmd. Lastly, when you save the file, make sure you save it at a location where it will be easy for you to find.
5. Right click on the file that you just saved in step #4, and select “Run as Adminstrator”

from the 'Answer' here... Windows update Error 0x80070005 - Need a fix? Click here. - Microsoft Community
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Asus K52F or Lenovo B51-80
OS
Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
CPU
i3 370M/i7 6500U
Motherboard
Asus/Lenovo
Memory
8GB - finally :)/8GB
Graphics Card(s)
it's an i3, dude!/dual Intel&nVidia
Sound Card
onboard
Monitor(s) Displays
15.6" built-in
Screen Resolution
1366x768/1920x1080
Hard Drives
750GB Seagate internal
Sundry external drives attached to other computers on the local network
1TB SSD on the Lenovo
PSU
n/a
Internet Speed
as much as I can get - usually on a dongle/phone, so <1MB/s
Antivirus
MSE/Defender
Browser
IE11/12/Edge/Chrome/FF(if I must)
Back
Top