Windows 10 Hotfix Repository

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

  1. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,822
    5,609
    180
  2. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,822
    5,609
    180
    #5183 SAM-R, Jan 25, 2018
    Last edited: Jan 25, 2018
    I just received KB4023057 on Windows Update. No restart needed. On 15063.877 The latest CU for 15063.
    January 17, 2018—KB4057144 (OS Build 15063.877)
    I have not seen KB4056254 yet.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,198
    84,775
    340
    Both updates is to make sure you upgrade asap

    fyi, 16299 have these built-in, called WaaSMedic :)
     
  4. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    There will be no CAB version of it or MSU?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    It's not on catalog, so CAB only, if some-one takes the effort to fetch them.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    Yep, all .MSI or .EXE + a dll file.
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #5191 s1ave77, Jan 28, 2018
    Last edited: Jan 29, 2018
    For users with issues after updating the BIOS to mitigate Spectre v2.
    Code:
    ::To enable Variant 2: CVE 2017-5715 "Branch Target Injection":
    
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 0 /f
    
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 1 /f
    
    ::To disable Variant 2: CVE 2017-5715"Branch Target Injection":
    
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 1 /f
    
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 1 /f
    Note disabling and enabling the Variant 2 via registry setting changes will require a reboot and administrative rights.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Looks so:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,680
    450
    It doesn't install anything, it should show up in the installed software list for uninstalling, but nothing gets installed, no messages, nothing.
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Would assume it sets the reg entries i posted above on affected systems.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Yep. If you didn't install a BIOS update i'd recommend to set them to original values (FeatureSettingsOverride to 0 and FeatureSettingsOverrideMask to 3).

    Since it seems to only set the entries, just change them manually to the defaults.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. HosseinMoradi

    HosseinMoradi MDL Novice

    Apr 11, 2013
    4
    3
    0
    the value in FeatureSettingsOverrideMask set the mask and tell windows which bits is written in FeatureSettingsOverride
    so you can request to set bit 1 or 2 or both which is 3 and more
     
  14. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    510
    129
    30
    I don't have these registry entries at all, is that OK?
    Windows 1709 with KB4056892 & KB4058702 installed (and flash, of course).