Windows 10 Hotfix Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,724
    340
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,411
    450
    Yep, all .MSI or .EXE + a dll file.
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #5184 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...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Looks so:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,411
    450
    It doesn't install anything, it should show up in the installed software list for uninstalling, but nothing gets installed, no messages, nothing.
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    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...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    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...
  8. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,737
    1,005
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. 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
     
  10. Full inu

    Full inu MDL Addicted

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

    Super Spartan MDL Expert

    May 30, 2014
    1,737
    1,005
    60
    ohhh thanks a lot man! you're a genius!

    Cheers
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    [*snip.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    246
    221
    10
    #5197 ananhaid, Jan 29, 2018
    Last edited: Jan 29, 2018
    @abbodi1406

    Thanks your w10ui script very useful.

    Could you enhance detact alrady patched flash and the patch folder have new flash monthly to remove old one first?

    now using the 4.1 to make own latest wim file have 2 different flash patch in remove list
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,724
    340
    You mean just flash player update? maybe
     
  15. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    246
    221
    10
    the rollup cu could replace the old one. Ex 16299.192 replace 16299.125. But the flash will list after that. Now show 17 Dec and 18 Jan

    next monthly will have 3...
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,411
    450
    I always start from a blanc "first release" of a build, every month. I.e: "16299.15, 15063.0, 14393.0 etcetc", no previous updates present.