Windows 10 Hotfix Repository

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

  1. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    246
    221
    10
    It only present in monthly flash update
     
  2. ds1991

    ds1991 MDL Novice

    Feb 16, 2017
    16
    12
    0
    M$ say this:

    (to enable)
    set FeatureSettingsOverride to 0
    set FeatureSettingsOverrideMask to 3

    (to disable)
    set FeatureSettingsOverride to 3
    set FeatureSettingsOverrideMask to 3
     
  3. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    This (from quote above) disables the Meltdown and Spectre mitigations within Windows. Not a good idea to disable all.

    set FeatureSettingsOverride to 1
    set FeatureSettingsOverrideMask to 1

    Setting those values to 1 disables only the Spectre mitigation which is caused by the faulty microcode. This way the problem is temporarily resolved, while you still retain OS level mitigation for Meltdown.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    Afaik, the second one should always be 3: https://forums.mydigitallife.net/th...o-for-workstations.74909/page-51#post-1404848
     
  5. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    It is quite confusing and messy on Microsoft's end because, you are right, their own documentation suggests always set at 3 for the Mask. But their actual patch (and details with patch) suggest 1 for both and the patch sets 1.

    However, upon much testing, with the mask set at 1 or 3, the issue is solved either way and SpecuCheck reports accurately based on mitigations.
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Not for the case of deactivating the Spectre v2 mitigation applied on BIOS level. Otherwise you're correct.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    I give up on those patches/settings :D:D
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    That lately introduced fix should only be applied if the BIOS update to mitigate Stectre v2 was applied and causes errors.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    I know, that's why i asked myself if it really was a hotfix for this thread :)
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    It was :D. Only needs to read the instructions about the usage scenario carefully :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    so for this patch -- as final verdict, what's the best registry settings that impacts system performance minimally, especially for normal users...?
     
  12. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Jun 5, 2015
    66
    81
    0
    #5213 Polo6RGTI, Jan 31, 2018
    Last edited: Jan 31, 2018
    Here are my findings for the Spectre Variant 2 Critical Patch:

    1. If the registry entries does not exist the update will create the FeatureSettingsOverride and FeatureSettingsOverrideMask entries and set both to 1.
    2. If FeatureSettingsOverride was set at 0 and FeatureSettingsOverrideMask at 0 the update will change both to 1.
    3. If FeatureSettingsOverride was set at 1 and FeatureSettingsOverrideMask at 1 the update will make no changes to these two entries.
    4. If FeatureSettingsOverride was set at 0 and FeatureSettingsOverrideMask at 3 the update will change only the FeatureSettingsOverride to 1 while still leaving FeatureSettingsOverrideMask at 3.
    5. If FeatureSettingsOverride was set at 1 and FeatureSettingsOverrideMask at 2 the update will change only the FeatureSettingsOverrideMask to 3 while leaving FeatureSettingsOverride set at 1.
    6. If FeatureSettingsOverride was set at 1 and FeatureSettingsOverrideMask at 3 the update will make no changes to these two entries.
    7. If FeatureSettingsOverride was set at 2 and FeatureSettingsOverrideMask at 2 the update will change both to 3.
    8. If FeatureSettingsOverride was set at 3 and FeatureSettingsOverrideMask at 3 the update will make no changes to these two entries.
     
  13. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,197
    90,706
    340
    KB4074608 restores the permanence state of SSU
     
  15. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    same here,, no offered on wu..
    manual install on main os maybe must cu + ssu. if on wu both downloaded and installed T_T
    waiting offered
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    #5219 Enthousiast, Jan 31, 2018
    Last edited: Jan 31, 2018
    My post was about after integrating all 3 current updates and not getting new ones or previous ones offered on WU.

    The jan. 31 ssu and cu were offered on my x64 main system, but not on my wife's x86 laptablet.
    Yes, the regkey was already set on the x86 system.
     
  17. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    now offered with ssu inside but not in wu(right pict)
    wu.PNG
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...