Windows Check for updates keeps running-all installation/updates fail

I am doing something wrong here... do I need to reboot the computer again and run only sfc scan?

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\windows\system32>sfc /scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\Windows

The arguments passed to sfc are invalid. The offline windows directory
specified points to the online system.

C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Sorry - from normal Windows, the command is simply

SFC /SCANNOW
 

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)
This is the result of the command.

"Windows Resource Protection could not start the repair service"
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
...again/still :(

One common cause for this error is that some services have been disabled.
Please run the following commands in an Elevated Command Prompt, and post the results.

NET START EVENTLOG
NET START EVENTSYSTEM
NET START VSS
NET START TRUSTEDINSTALLER
NET START WINMGMT

(most should be already started)
 

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)
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\windows\system32>NET START EVENTLOG
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START EVENTSYSTEM
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START VSS
The Volume Shadow Copy service is starting.
The Volume Shadow Copy service was started successfully.


C:\windows\system32>NET START TRUSTEDINSTALLER
The Windows Modules Installer service is starting.
The Windows Modules Installer service could not be started.

A system error has occurred.

System error 126 has occurred.

The specified module could not be found.


C:\windows\system32>NET START WINMGMT
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
So the problem is with the TrustedInstaller service.

Let's see what we can find out then.....

Please open an Elevated Command Prompt, and run the following commands.

SC QC TRUSTEDINSTALLER
DIR C:\Windows\Trustedinstaller.* /S
ICACLS C:\Windows\TrustedInstaller.* /T

post the results in a Code box - they could be lengthy.
 

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 am sorry - Im not sure how to insert into a code box.

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\windows\system32>NET START EVENTLOG
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START EVENTSYSTEM
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START VSS
The Volume Shadow Copy service is starting.
The Volume Shadow Copy service was started successfully.


C:\windows\system32>NET START TRUSTEDINSTALLER
The Windows Modules Installer service is starting.
The Windows Modules Installer service could not be started.

A system error has occurred.

System error 126 has occurred.

The specified module could not be found.


C:\windows\system32>NET START WINMGMT
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>
C:\windows\system32>SC QC TRUSTEDINSTALLER
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: TRUSTEDINSTALLER
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\windows\servicing\TrustedInstaller.exe
LOAD_ORDER_GROUP : ProfSvc_Group
TAG : 0
DISPLAY_NAME : Windows Modules Installer
DEPENDENCIES :
SERVICE_START_NAME : localSystem

C:\windows\system32>DIR C:\Windows\Trustedinstaller.* /S
Volume in drive C is OS
Volume Serial Number is 7C4E-86D4

Directory of C:\Windows\Prefetch

01/07/2013 10:33 AM 14,620 TRUSTEDINSTALLER.EXE-766EFF52.pf
1 File(s) 14,620 bytes

Directory of C:\Windows\servicing

07/13/2009 06:39 PM 194,048 TrustedInstaller.exe
1 File(s) 194,048 bytes

Directory of C:\Windows\servicing\en-US

07/13/2009 07:23 PM 6,144 TrustedInstaller.exe.mui
1 File(s) 6,144 bytes

Directory of C:\Windows\winsxs\amd64_microsoft-windows-t..installer.resources_3
1bf3856ad364e35_6.1.7600.16385_en-us_c31f889fdc5c9c1b

07/13/2009 07:23 PM 6,144 TrustedInstaller.exe.mui
1 File(s) 6,144 bytes

Directory of C:\Windows\winsxs\amd64_microsoft-windows-trustedinstaller_31bf385
6ad364e35_6.1.7600.16385_none_ed02252b66d7bca2

07/13/2009 06:39 PM 194,048 TrustedInstaller.exe
1 File(s) 194,048 bytes

Total Files Listed:
5 File(s) 415,004 bytes
0 Dir(s) 185,677,758,464 bytes free

C:\windows\system32>ICACLS C:\Windows\TrustedInstaller.* /T
C:\Windows\Prefetch\TRUSTEDINSTALLER.EXE-766EFF52.pf BUILTIN\Administrators:(I)(
F)

C:\Windows\servicing\TrustedInstaller.exe NT SERVICE\TrustedInstaller:(F)
BUILTIN\Administrators:(RX)
NT AUTHORITY\SYSTEM:(RX)
BUILTIN\Users:(RX)

C:\Windows\servicing\en-US\TrustedInstaller.exe.mui NT SERVICE\TrustedInstaller:
(F)
BUILTIN\Administrators:(RX)
NT AUTHORITY\SYSTEM:(RX)
BUILTIN\Users:(RX)

C:\Windows\System32\LogFiles\WMI\RtBackup\TrustedInstaller.*: Access is denied.
Successfully processed 3 files; Failed processing 1 files

C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB

My Computer My Computer

At a glance

Windows 10 Pro x64 ; Xubuntu x64Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz16GB Corsair Vengance DDR3 @ 661 MHz Dual Cha...EVGA NVidia GTX 560 1024MB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Golden Mk. I.4
OS
Windows 10 Pro x64 ; Xubuntu x64
CPU
Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz
Motherboard
Gigabyte P55A-UD3R Rev.1. Award BIOS F13
Memory
16GB Corsair Vengance DDR3 @ 661 MHz Dual Channel (9-9-9-24)
Graphics Card(s)
EVGA NVidia GTX 560 1024MB
Sound Card
Realtek Integrated
Monitor(s) Displays
Dual Samsung SyncMaster 2494HS
Screen Resolution
1920*1080 and 1920*1080
Hard Drives
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
Keyboard
Logitech G110
Mouse
Logitech MX518
(Thanks, Golden!)

Ah - the RtBackup folder again!
I really have no idea why that keeps popping up in searches - one day I will find out. It *may* be related to your problem but I think not.
Just in case, please run the following commands and post the results.

DIR C:\Windows\System32\LogFiles\WMI\RtBackup /S
ICACLS C:\Windows\System32\LogFiles\WMI\RtBackup\*.*
ATTRIB C:\Windows\System32\LogFiles\WMI\RtBackup\*.*
 

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)
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\windows\system32>NET START EVENTLOG
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START EVENTSYSTEM
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>NET START VSS
The Volume Shadow Copy service is starting.
The Volume Shadow Copy service was started successfully.


C:\windows\system32>NET START TRUSTEDINSTALLER
The Windows Modules Installer service is starting.
The Windows Modules Installer service could not be started.

A system error has occurred.

System error 126 has occurred.

The specified module could not be found.


C:\windows\system32>NET START WINMGMT
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.


C:\windows\system32>
C:\windows\system32>SC QC TRUSTEDINSTALLER
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: TRUSTEDINSTALLER
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 3   DEMAND_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\windows\servicing\TrustedInstaller.exe
        LOAD_ORDER_GROUP   : ProfSvc_Group
        TAG                : 0
        DISPLAY_NAME       : Windows Modules Installer
        DEPENDENCIES       :
        SERVICE_START_NAME : localSystem

C:\windows\system32>DIR C:\Windows\Trustedinstaller.* /S
 Volume in drive C is OS
 Volume Serial Number is 7C4E-86D4

 Directory of C:\Windows\Prefetch

01/07/2013  10:33 AM            14,620 TRUSTEDINSTALLER.EXE-766EFF52.pf
               1 File(s)         14,620 bytes

 Directory of C:\Windows\servicing

07/13/2009  06:39 PM           194,048 TrustedInstaller.exe
               1 File(s)        194,048 bytes

 Directory of C:\Windows\servicing\en-US

07/13/2009  07:23 PM             6,144 TrustedInstaller.exe.mui
               1 File(s)          6,144 bytes

 Directory of C:\Windows\winsxs\amd64_microsoft-windows-t..installer.resources_3
1bf3856ad364e35_6.1.7600.16385_en-us_c31f889fdc5c9c1b

07/13/2009  07:23 PM             6,144 TrustedInstaller.exe.mui
               1 File(s)          6,144 bytes

 Directory of C:\Windows\winsxs\amd64_microsoft-windows-trustedinstaller_31bf385
6ad364e35_6.1.7600.16385_none_ed02252b66d7bca2

07/13/2009  06:39 PM           194,048 TrustedInstaller.exe
               1 File(s)        194,048 bytes

     Total Files Listed:
               5 File(s)        415,004 bytes
               0 Dir(s)  185,677,758,464 bytes free

C:\windows\system32>ICACLS C:\Windows\TrustedInstaller.* /T
C:\Windows\Prefetch\TRUSTEDINSTALLER.EXE-766EFF52.pf BUILTIN\Administrators:(I)(
F)

C:\Windows\servicing\TrustedInstaller.exe NT SERVICE\TrustedInstaller:(F)
                                          BUILTIN\Administrators:(RX)
                                          NT AUTHORITY\SYSTEM:(RX)
                                          BUILTIN\Users:(RX)

C:\Windows\servicing\en-US\TrustedInstaller.exe.mui NT SERVICE\TrustedInstaller:
(F)
                                                    BUILTIN\Administrators:(RX)
                                                    NT AUTHORITY\SYSTEM:(RX)
                                                    BUILTIN\Users:(RX)

C:\Windows\System32\LogFiles\WMI\RtBackup\TrustedInstaller.*: Access is denied.
Successfully processed 3 files; Failed processing 1 files

C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Perfect :) - thanks.
Please run the commands from post #69, 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)
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\windows\system32>DIR C:\Windows\System32\LogFiles\WMI\RtBackup /S
 Volume in drive C is OS
 Volume Serial Number is 7C4E-86D4
File Not Found

C:\windows\system32>ICACLS C:\Windows\System32\LogFiles\WMI\RtBackup\*.*
C:\Windows\System32\LogFiles\WMI\RtBackup\*.*: Access is denied.
Successfully processed 0 files; Failed processing 1 files

C:\windows\system32>ATTRIB C:\Windows\System32\LogFiles\WMI\RtBackup\*.*
File not found - C:\Windows\System32\LogFiles\WMI\RtBackup\*.*

C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Now that's quite interesting - ICACLS shouldn't in theory even see the files, let alone get an Access Denied error.
Let's see if we can tie it down a little

Please run the following commands, and post the results.

ICACLS C:\Windows\System32\Logfiles\WMI\RTBackup
ICACLS C:\Windows\System32\Logfiles\WMI
ICACLS C:\Windows\System32\Logfiles
ICACLS C:\Windows\System32
 

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)
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\windows\system32>ICACLS C:\Windows\System32\Logfiles\WMI\RTBackup
C:\Windows\System32\Logfiles\WMI\RTBackup NT AUTHORITY\SYSTEM:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

C:\windows\system32>ICACLS C:\Windows\System32\Logfiles\WMI
C:\Windows\System32\Logfiles\WMI NT AUTHORITY\SYSTEM:(OI)(CI)(F)
                                 NT AUTHORITY\LOCAL SERVICE:(OI)(CI)(F)
                                 NT AUTHORITY\NETWORK SERVICE:(OI)(CI)(F)
                                 BUILTIN\Administrators:(OI)(CI)(F)
                                 BUILTIN\Performance Log Users:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files

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

Successfully processed 1 files; Failed processing 0 files

C:\windows\system32>ICACLS C:\Windows\System32
C:\Windows\System32 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>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
They all look normal

PLease open an Elevated Command Prompt, and run the following commands (1 at a time!)
I only need the number of files and directories found - not the full list (you'll see why)

DIR C:\Windows /AR /S
DIR C:\Windows\System32 /AR /S
DIR C:\Windows\System32 /AH /S

(and it's bedtime here - so no hurry!)
 

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)
at the end of the 3rd command - it says

221 files
42 directories
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Sorry - I should have made it clearer....
I need the summaries from each command - not just the last one :)
 

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 think I got sidetracked somewhere :(
After you've done the above please open an Elevated Command Prompt, and run the following commands - post the results.

DIR C:\Windows\servicing\version
REG QUERY "HKLM\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version" /S
DIR C:\Windows\winsxs\trustedinstaller.exe /S
 

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)
Oops! Sorry, this first command had 1079 files and 204 directories.The second is 12 and 3 respectively. and the last was 221 and 42. Thanks!
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Here are the results. Sorry if I am misunderstanding :0 let me know if I need to redo anything. Also, when you list several commands - I need to do them one at a time correct? ( I think a few times ago, I copied the whole list of commands and pasted!


Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\windows\system32>DIR C:\Windows\servicing\version
 Volume in drive C is OS
 Volume Serial Number is 7C4E-86D4

 Directory of C:\Windows\servicing\version

10/28/2010  08:14 AM    <DIR>          .
10/28/2010  08:14 AM    <DIR>          ..
10/28/2010  08:14 AM    <DIR>          6.1.7600.16385
               0 File(s)              0 bytes
               3 Dir(s)  185,279,954,944 bytes free

C:\windows\system32>REG QUERY "HKLM\Software\Microsoft\Windows\CurrentVersion\Co
mponent Based Servicing\Version" /S
ERROR: The system was unable to find the specified registry key or value.

C:\windows\system32>DIR C:\Windows\winsxs\trustedinstaller.exe /S
 Volume in drive C is OS
 Volume Serial Number is 7C4E-86D4

 Directory of C:\Windows\winsxs\amd64_microsoft-windows-trustedinstaller_31bf385
6ad364e35_6.1.7600.16385_none_ed02252b66d7bca2

07/13/2009  06:39 PM           194,048 TrustedInstaller.exe
               1 File(s)        194,048 bytes

     Total Files Listed:
               1 File(s)        194,048 bytes
               0 Dir(s)  185,279,954,944 bytes free

C:\windows\system32>
 

My Computer My Computer

At a glance

Windows 7 Home Premium, 64-bit OS(RAM) 4.00GB
Computer Manufacturer/Model Number
Dell Inspiron N5010
OS
Windows 7 Home Premium, 64-bit OS
Memory
(RAM) 4.00GB
Back
Top