Windows Update not able to find important updates 0x80190194

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #11

    Heres the whole logs folder hopes this helps. Logs.zip
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #12

    CheckSUR found and fixed a number of problems...
    Code:
    Checking Component Store
    (f) CSI Catalog Corrupt 0x800B0003 winsxs\Catalogs\aede5b570ba8d2859cc71d453325aeb40e440f3c354437db3fc014920abcc802.cat ba043d99f1a..1b5d58f536b_31bf3856ad364e35_6.1.7600.16912_74d6a0eeee3d3322 
    (fix) CSI Catalog Corrupt CSI File Replaced File: aede5b570ba8d2859cc71d453325aeb40e440f3c354437db3fc014920abcc802.cat From: C:\Windows\servicing\Packages\Package_4_for_KB2641690~31bf3856ad364e35~amd64~~6.1.1.0.cat
    (f) CSI Manifest Failed Catalog Check 0x00000000 winsxs\Manifests\amd64_ba043d99f1a428d9c98551b5d58f536b_31bf3856ad364e35_6.1.7600.16912_none_74d6a0eeee3d3322.manifest amd64_ba043d99f1a428d9c98551b5d58f536b_31bf3856ad364e35_6.1.7600.16912_none_74d6a0eeee3d3322 
    (fix) CSI Manifest Failed Catalog Check CSI File Replaced File: amd64_ba043d99f1a428d9c98551b5d58f536b_31bf3856ad364e35_6.1.7600.16912_none_74d6a0eeee3d3322.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
    (f) CSI Manifest Failed Catalog Check 0x00000000 winsxs\Manifests\amd64_586bcdf7f6ac969421f658e4c2b68983_31bf3856ad364e35_6.1.7600.21085_none_82ca3005740866d6.manifest amd64_586bcdf7f6ac969421f658e4c2b68983_31bf3856ad364e35_6.1.7600.21085_none_82ca3005740866d6 
    (fix) CSI Manifest Failed Catalog Check CSI File Replaced File: amd64_586bcdf7f6ac969421f658e4c2b68983_31bf3856ad364e35_6.1.7600.21085_none_82ca3005740866d6.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
    It's now clean.

    The problem appears to be caused by a problem with an earlier update - the system thinks that there is a reboot pending to complete some actions.

    Please upload the following files and folders (if you find them)

    C:\Windows\winsxs\pending.xml
    C:\Windows\winsxs\pending.xml.(string of numbers)
    C:\Windows\winsxs\PendingDeletes
    C:\Windows\winsxs\PendingRenames

    I'll keep looking for more errors in the meantime
      My Computer


  3. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #13

    The only one out out of those three i got was the pending.xml(regestry) and a reboot file and a poqexec text and the rest where folders, hopes this helps. winsxs.zip
      My Computer


  4. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #14

    Thanks for that -

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

    REG LOAD HKLM\COMPONENTS C:\Windows\System32\Config\COMPONENTS
    REG QUERY HKLM\COMPONENTS


    Here are some instructions to make life easier :)
    1) To open an Elevated Command Prompt Window (the ECP window), click on Start, All Programs, Accessories – then right-click on Command Prompt, and select Run as Administrator. Accept the UAC prompt.
    2) To run the commands easier, highlight the block of commands, and right-click on the highlight – select Copy. In the CP Window, click on the black/white icon at top left – select Paste. The commands will run but may not complete the last command, so hit the Enter Key once.
    3) To copy the results... click on the Black/White icon in the top left, and select Edit... 'Select All', and hit the Enter key - then use Ctrl+V or r-click+Paste to paste it into your response.
      My Computer


  5. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #15

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

    C:\Windows\system32>REG LOAD HKLM\COMPONENTS C:\Windows\System32\Config\COMPONEN
    TS
    The operation completed successfully.

    C:\Windows\system32>REG QUERY HKLM\COMPONENTS

    HKEY_LOCAL_MACHINE\COMPONENTS
    StoreFormatVersion REG_BINARY 30002E0030002E0030002E003600
    StoreArchitecture REG_BINARY 09000000
    LastScavengeCookie REG_QWORD 0x1cf854bc366b910
    LastScavengeFlags REG_DWORD 0x7
    ExecutionState REG_DWORD 0x5

    HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData
    HKEY_LOCAL_MACHINE\COMPONENTS\ccpinterface
    HKEY_LOCAL_MACHINE\COMPONENTS\Configuration
    HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData
    HKEY_LOCAL_MACHINE\COMPONENTS\Installers
    HKEY_LOCAL_MACHINE\COMPONENTS\ServicingStackVersions

    One time i did turn the power button when windows updates froze with windows explorer after about waiting 5 minutes and clicking to unfreeze that might have cause the problem for not finding important updates.
      My Computer


  6. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #16

    I think this entry is the flag we're having problems with...
    Code:
        ExecutionState    REG_DWORD    0x5
    The trick is knowing how best to deal with it.
    There are a number of possibilities - which we'll have to work through one by one.


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

    cd /d %SystemRoot%\System32\SMI\Store\Machine
    attrib -s -h *
    del *.blf
    del *.regtrans-ms


    close the window, and reboot again.
    Wait 10 minutes or so (while the registry rebuilds the files)

    then run the following commands again

    REG LOAD HKLM\COMPONENTS C:\Windows\System32\Config\COMPONENTS
    REG QUERY HKLM\COMPONENTS


    post the new results, then run WU, do a Check for Updates, and attempt to install ONLY the oldest update found.
      My Computer


  7. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #17

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

    C:\Windows\system32>REG LOAD HKLM\COMPONENTS C:\Windows\System32\Config\COMPONEN
    TS
    The operation completed successfully.

    C:\Windows\system32>REG QUERY HKLM\COMPONENTS

    HKEY_LOCAL_MACHINE\COMPONENTS
    StoreFormatVersion REG_BINARY 30002E0030002E0030002E003600
    StoreArchitecture REG_BINARY 09000000
    LastScavengeCookie REG_QWORD 0x1cf854bc366b910
    LastScavengeFlags REG_DWORD 0x7
    ExecutionState REG_DWORD 0x5

    HKEY_LOCAL_MACHINE\COMPONENTS\CanonicalData
    HKEY_LOCAL_MACHINE\COMPONENTS\ccpinterface
    HKEY_LOCAL_MACHINE\COMPONENTS\Configuration
    HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData
    HKEY_LOCAL_MACHINE\COMPONENTS\Installers
    HKEY_LOCAL_MACHINE\COMPONENTS\ServicingStackVersions

    C:\Windows\system32>
    also i get cannot determine the filesystem of drive\\??\\and a regestry number just before the welcome screen in white text
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #18

    saffa said:
    also i get cannot determine the filesystem of drive\\??\\and a regestry number just before the welcome screen in white text
    Interesting - is this a new error?


    Open Event Viewer
    click on the Windows logs entry in the left pane to expand it.
    Now click on the Application entry - wait while it loads.
    Click on 'File' in the menu bar and select Save...
    Save the file as Appevt.evtx
    Repeat for the System log
    then zip both, and upload them.
      My Computer


  9. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #19

    Is this the applications and services log and setup is one of the IE11.0.10 updates that failed ill try to get a better photo of that boot error and post it Event viewer.zip
      My Computer


  10. Posts : 29
    Windows 7 Professional x64
    Thread Starter
       #20

    these are some pics of the error couldnt get the last five part of the regestry moved too fastIMG_20140713_234914.jpgIMG_20140713_234923.jpg
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:28.
Find Us