Windows 7 Home Premium 32bit SP1 Update is failing, error 0x800f0900

Okay. Looks like it went well...

C:\Windows\system32>ICACLS C:\Windows
C:\Windows NT SERVICE\TrustedInstaller:(F)
NT SERVICE\TrustedInstaller:(CI)(IO)(F)
NT AUTHORITY\SYSTEM:(M)
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
BUILTIN\Administrators:(M)
BUILTIN\Administrators:(OI)(CI)(IO)(F)
BUILTIN\Users:(RX)
BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
CREATOR OWNER:(OI)(CI)(IO)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\winsxs
C:\Windows\winsxs BUILTIN\Administrators:(OI)(CI)(F)
NT SERVICE\TrustedInstaller:(OI)(CI)(F)
NT AUTHORITY\SYSTEM:(OI)(CI)(F)
BUILTIN\Users:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1
.7600.17122_none_15cad1ba5d3abbe6
C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1.7600.17122_none_15cad1ba5d
3abbe6 BUILTIN\Administrators:(I)(OI)(CI)(F)

NT SERVICE\TrustedInstaller:(I)(OI)(CI)(F)

NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)

BUILTIN\Users:(I)(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.76
00.16385_none_ac2fa38af371acee
C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.7600.16385_none_ac2fa38af371a
cee BUILTIN\Administrators:(I)(OI)(CI)(F)

NT SERVICE\TrustedInstaller:(I)(OI)(CI)(F)

NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)

BUILTIN\Users:(I)(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>


LOL. I like that all of the ": ("s became frowny faces.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
That's normal - it's the forums software trying to be helpful :)
You could almost get away with the current permissions - but we'd better reset the ownership and reduce the access a little.

Open an Elevated Command Prompt, and run the following commands.

ICACLS C:\Windows\winsxs /remove Users
ICACLS C:\Windows\winsxs /grant Users:(OI)(CI)(RX)
ICACLS C:\Windows\winsxs /remove "NT AUTHORITY\SYSTEM"
ICACLS C:\Windows\winsxs /grant "NT AUTHORITY\SYSTEM":(OI)(CI)(RX)
ICACLS C:\Windows\winsxs /remove Administrators
ICACLS C:\Windows\winsxs /grant Administrators:(OI)(CI)(RX)
ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /T /C /Q
ICACLS C:\Windows\Winsxs

Post the results, and then reboot. (note that the /setowner one could take a fair while to complete!)

then run the earlier commands (from post #20) again so we can check the results.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
I watched for a bit, and the first several commands appeared successful.

The ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /T /C /Q command failed with Access is denied errors on every file. The results of the earlier commands scrolled back too far. Here's the end of it:

C:\Windows\Winsxs\x86_xnacc.inf_31bf3856ad364e35_6.1.7600.16385_none_b381dfe1d4d
a7da9\xnacc.inf: Access is denied.
C:\Windows\Winsxs\x86_xnacc.inf_31bf3856ad364e35_6.1.7600.16385_none_b381dfe1d4d
a7da9\xnacc.sys: Access is denied.
Successfully processed 0 files; Failed processing 61605 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs
C:\Windows\Winsxs NT AUTHORITY\SYSTEM:(OI)(CI)(RX)
BUILTIN\Users:(OI)(CI)(RX)
NT SERVICE\TrustedInstaller:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files


Shall I still reboot and run the commands from post #20? Or do we need to fix what happened here first?
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
We definitely need to fix this - there's something amiss, as the winsxs folder has lost permissions for the Administrators!

Please run the following commands in an Elevated Command Prompt...

TAKEOWN /F C:\Windows\WinSXS /A
ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(RX)
ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller"
ICACLS C:\Windows\Winsxs

post the results before rebooting.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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 are the results from that. Reboot now? What next?

C:\Windows\system32>TAKEOWN /F C:\Windows\WinSXS /A

SUCCESS: The file (or folder): "C:\Windows\WinSXS" now owned by the administrato
rs group.

C:\Windows\system32>ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(RX)
processed file: C:\Windows\Winsxs
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstal
ler"
C:\Windows\Winsxs: Access is denied.
Successfully processed 0 files; Failed processing 1 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs
C:\Windows\Winsxs BUILTIN\Administrators:(OI)(CI)(RX)
NT AUTHORITY\SYSTEM:(OI)(CI)(RX)
BUILTIN\Users:(OI)(CI)(RX)
NT SERVICE\TrustedInstaller:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
Yep - you can reboot now :)

I'm not sure why the setowner command failed again - try running that one again after the reboot.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
Still comes back with Access Denied.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
Locate the folder in Explorer and right-click on it - select Properties.

click on the Security tab then the Advanced button then the Owner tab - who is the owner now?
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
The current owner of C:\Windows\winsxs is "Administrators (PCSE-Server\Administrators)"
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
Aaarrgghh!! - I just realised what the problem is - I'm restricting permissions before passing over ownership!

Let's try it this way instead....

TAKEOWN /F C:\Windows\WinSXS /A
ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(F)
ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /C /T /Q
ICACLS C:\Windows\Winsxs /grant:r Administrators:(OI)(CI)(RX)
ICACLS C:\Windows\Winsxs

post the results (assuming it doesn't scroll off the page!), then reboot, and run the following commands...

ICACLS C:\Windows\winsxs
ICACLS C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1.7600.17122_none_15cad1ba5d3abbe6
ICACLS C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.7600.16385_none_ac2fa38af371acee


post those results, and we'll see where we are.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
The setowner command is coming back Access Denied.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
OK try this variant then - it may be attempting to go too deep....

TAKEOWN /F C:\Windows\WinSXS /A
ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(F)
ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller"
ICACLS C:\Windows\Winsxs /grant:r Administrators:(OI)(CI)(RX)
ICACLS C:\Windows\Winsxs
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
So far so good...

C:\Windows\system32>TAKEOWN /F C:\Windows\WinSXS /A

SUCCESS: The file (or folder): "C:\Windows\WinSXS" now owned by the administrato
rs group.

C:\Windows\system32>ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(F)
processed file: C:\Windows\Winsxs
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstal
ler"
processed file: C:\Windows\Winsxs
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs /grant:r Administrators:(OI)(CI)(RX
)
processed file: C:\Windows\Winsxs
Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\Winsxs
C:\Windows\Winsxs BUILTIN\Administrators:(OI)(CI)(RX)
NT AUTHORITY\SYSTEM:(OI)(CI)(RX)
BUILTIN\Users:(OI)(CI)(RX)
NT SERVICE\TrustedInstaller:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files


Then I rebooted and ran the next list of commands you gave me in post #30:

C:\Windows\system32>ICACLS C:\Windows\winsxs
C:\Windows\winsxs BUILTIN\Administrators:(OI)(CI)(RX)
NT AUTHORITY\SYSTEM:(OI)(CI)(RX)
BUILTIN\Users:(OI)(CI)(RX)
NT SERVICE\TrustedInstaller:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1
.7600.17122_none_15cad1ba5d3abbe6
C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1.7600.17122_none_15cad1ba5d
3abbe6 NT AUTHORITY\SYSTEM:(I)(OI)(CI)(RX)

BUILTIN\Users:(I)(OI)(CI)(RX)

NT SERVICE\TrustedInstaller:(I)(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.76
00.16385_none_ac2fa38af371acee
C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.7600.16385_none_ac2fa38af371a
cee NT AUTHORITY\SYSTEM:(I)(OI)(CI)(RX)

BUILTIN\Users:(I)(OI)(CI)(RX)

NT SERVICE\TrustedInstaller:(I)(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files


Looks like so far, so good. What next?
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
That's got all the permissions back where they should be - at last! :) (I think!)

Now - where were we on the real problem?
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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 are the latest log files.

sfc / scannow looks to have gone well:

C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.



Looks like CheckSUR still has a few complaints. So... what's next?
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
OK - here's the errors with CheckSUR...
Code:
Checking Package Watchlist
(f) CBS Watchlist Package Missing 0x80070002 Microsoft-Windows-EmbeddedCore-Package~31bf3856ad364e35~x86~~0.0.0.0 Package_for_KB980218~31bf3856ad364e35~x86~~6.1.1.2 Package registry presence failed, possibly an orphaned package on package watchlist
(f) CBS Watchlist Package Missing 0x80070002 Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~0.0.0.0 Package_for_KB980218~31bf3856ad364e35~x86~~6.1.1.2 Package registry presence failed, possibly an orphaned package on package watchlist
Checking Component Watchlist
Checking Packages
(f) CBS Registry Error 0x80070002 Package_2_for_KB977178~31bf3856ad364e35~x86~~6.1.2.0  failed to get CurrentState
(f) CBS Registry Error 0x80070002 Package_2_for_KB977178~31bf3856ad364e35~x86~~6.1.2.0  failed to get Visibility
(f) CBS Registry Error 0x80070002 Package_2_for_KB980218~31bf3856ad364e35~x86~~6.1.1.2  failed to get Visibility


I need to have a look at your COMPONENTS registry hive

Please copy the C:\Windows\System32\config\COMPONENTS file (no extension) to your desktop and then compress it - upload the compressed file to your favoured fileshare site (preferably Dropbox or SkyDrive) and post a link.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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 it is.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
At first glance, that file looks very small - it's only about 26MB as opposed to the more normal 40-45MB.

It'll take me a while to check through it - if you haven't heard by Friday, Shout! :)
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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)
What's in that file?
 

My Computer My Computer

At a glance

Windows 7 Home Premium 32bitIntel Core2 Duo E7500 (2.93GHz)nVidia GeForce GT 240
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7 Home Premium 32bit
CPU
Intel Core2 Duo E7500 (2.93GHz)
Motherboard
Gigabyte
Graphics Card(s)
nVidia GeForce GT 240
Antivirus
AVG Free 2013
It's one of the registry hives - the one which (roughly speaking) keeps a record of all installed Windows software variants and status.

Looking at the results above, and at your hive, it seems that you have very few updates installed - but you do have/had one hotfix installed (KB977178) which appears perhaps to be getting in the way


Please attempt uninstalling this update - then run CheckSUR and SFC again and post the new logs.
 

My Computer My Computer

At a glance

Win 7 x64 Home Premium (and x86 VirtualBox VM...i3 370M/i7 6500U8GB - finally :)/8GBit's an i3, dude!/dual Intel&nVidia
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