Windows 10 Hotfix Repository

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

  1. Super Spartan

    Super Spartan MDL Expert

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

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

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    [*snip.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    #5204 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
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,917
    340
    You mean just flash player update? maybe
     
  5. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    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...
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    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.
     
  7. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    It only present in monthly flash update
     
  8. 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
     
  9. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    752
    407
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Afaik, the second one should always be 3: https://forums.mydigitallife.net/th...o-for-workstations.74909/page-51#post-1404848
     
  11. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    752
    407
    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.
     
    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,104
    24,378
    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...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    I give up on those patches/settings :D:D
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    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...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    I know, that's why i asked myself if it really was a hotfix for this thread :)
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    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...
  17. biatche

    biatche MDL Addicted

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

    Polo6RGTI MDL Junior Member

    Jun 5, 2015
    66
    81
    0
    #5220 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.