Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    #8621 Enthousiast, Jul 24, 2019
    Last edited: Jul 24, 2019
  2. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    644
    371
    30
    Installed without issue ( 18362.266 w/o cleanup/resetbase )
    Code:
    ============================================================
    Running W10UI v6.6
    ============================================================
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/1: windows10.0-kb4505903-x64.cab
    2/1: windows10.0-kb4508433-x64.cab
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.18362.266
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~18362.267.1.6
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    ============================================================
    System restart is required to complete installation
    ============================================================
    
    
    Press 9 to exit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. 600415

    600415 MDL Member

    Aug 31, 2015
    223
    268
    10
    Those idiots will keep re-publishing and re-publishing this until they realize they need to re-add new versions of swenum.inf and ufxchipidea.inf to fix the error on install.
     
  4. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    The problem probably is, these were intended to be internally, given the fact that a lot of internal corpnet updates accompanied them from time to time.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  7. oilernut

    oilernut MDL Senior Member

    Jul 8, 2007
    462
    358
    10
  8. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,041
    2,023
    90
    maybe MS will re-release KB4505903 by the end of July (hopefully with the supported kb article for 4505903) [any chance of a .268 release? hee hee :D]
     
  9. jbeckman

    jbeckman MDL Junior Member

    Mar 20, 2015
    74
    34
    0
    Nice to see it released and the update notes for it as well, seems it does still break on that bluetooth driver that was cleaned from .263 to .264 and later but eh there's always the next cumulative that might include the newer version again or if not that then a later build like 19H2 or the 20H1 builds when those are closer to finalization and release. :)

    Big update too from the update notes and not just security fixes and some smaller bug fixes before the next build of Windows 10 comes out.

    EDIT: Hmm wonder if this is identical to the insider (Release preview channel from a few days ago.) .267 update which if so would also break for the earlier two components listed "swenum" and that other one but perhaps .263 wasn't intended for distribution if that info for the 20H1 build was correct and they had some problems with the channels and how things ended up released that shouldn't have been, well I wouldn't know but it's not that big of a issue skipping one or two cumulative updates for a build especially when there's alternatives and newer ones will also be available sooner or later.
     
  10. er557

    er557 MDL Member

    Apr 20, 2013
    136
    28
    10
    someone reported integrity violations with this update in dism/sfc. I will check ASAP.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  12. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    Weird, today I updated from 7763.615 to 7763.652
    I fixed sfc and scanhealth problem happened in 615 when I installed that, but today again same thing happened(despite your test)
    Code:
    C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    Image Version: 10.0.17763.652
    [==========================100.0%==========================] The component store is repairable.
    The operation completed successfully.
    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 found corrupt files but was unable to fix some of them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
     
  13. er557

    er557 MDL Member

    Apr 20, 2013
    136
    28
    10
    repair the dism, once that is done , do run the sfc in offline mode from a recovery disc
     
  14. Plinio de Paula

    Plinio de Paula MDL Novice

    Jul 27, 2019
    5
    7
    0
    You saved my life man! ;)
     
  15. Plinio de Paula

    Plinio de Paula MDL Novice

    Jul 27, 2019
    5
    7
    0
    Try using RestoreHealth instead of ScanHealth.
     
  16. Plinio de Paula

    Plinio de Paula MDL Novice

    Jul 27, 2019
    5
    7
    0
    #8639 Plinio de Paula, Jul 28, 2019
    Last edited: Jul 28, 2019
    I was having error the the bt driver inf file too. But that was due to having unpacked the CU CAB with 7-zip.

    Try unpacking the .267 CU CAB with the standard expand.exe that's included with Windows:
    Code:
    EXPAND Windows10.0-KB4505903-x64_PSFX.cab -F * <destination_directory>
    "Unzip" windows10.0-kb4505903-x64.7z <destination_directory> # file in link below
    dism /online /Add-Package /PackagePath:<destination_directory>\update.mum
    That solved me the issue AFTER restoring those 2 initial missing 18362.1 WinSxS assemblies (swenum.inf and ufxchipidea.inf):
    Windows 10 Hotfix Repository

    Took me a VERY LONG day to figure out what I was doing wrong!

    At least I learned a lot of PowerShell XML handling and CAB IPD / PA30 file structure trying to manually fix those damn missing files!!! :p
     
  17. er557

    er557 MDL Member

    Apr 20, 2013
    136
    28
    10
    has the .267 update been re-released? miscallaneous reports of problems and a second rehash of it