Windows 8.1 Hotfix Repository

Discussion in 'Windows 8' started by komm, Aug 31, 2013.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,248
    90,984
    340
    Did you check cbs.log for details?

    i have no issues here with WMF 5.1 installed
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,248
    90,984
    340
    #2927 abbodi1406, Dec 4, 2017
    Last edited: Dec 5, 2017
    Thanks, the error is clear enough in the log
    it seems not detected by SFC in en-us system because Powershell is localized in en-us by default
    but i did a manual hash check on en-us files and i can confirm the issue

    this is what i call false-positive SFC issue, similar to what happened in W7 preview rollup just two months ago
    https://forums.mydigitallife.net/posts/1381686

    it happens when a same system file is referenced (or shared) in two different WinSxS components
    if the file is changed/updated in one component, but not the other, SFC issue occurs

    in this case, the related files in WMF 5.1 are contained in new component assembly
    Code:
    Microsoft.PowerShell.DSCResources.Resources
    whereas same inbox Windows 8.1 files are contained in slightly different component
    Code:
    Microsoft.PowerShell.DSC.Resources

    hopefully they fix this bug in WMF 6.0

    for now, just do not run SFC repair unless you have problems
    otherwise PowerShell DSC function might get broken
     
  3. Ras0

    Ras0 MDL Novice

    May 7, 2012
    33
    15
    0
    Is KB4040972 needed for satisfy? Cause 2017-09 rollup for .net installing it even after latest framework rollup which KB4041777
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,248
    90,984
    340
    Yes, because it's the latest "security" rollup
     
  5. Ras0

    Ras0 MDL Novice

    May 7, 2012
    33
    15
    0
    Thanks for reply. Asked because KB4040972 seems removed/superseded in WHD list.
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,248
    90,984
    340
    They are not out of band, it's just early release
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,248
    90,984
    340