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,549
    879
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. 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
     
  3. Full inu

    Full inu MDL Addicted

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

    Super Spartan MDL Expert

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

    Cheers
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    340
    [*snip.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    224
    207
    10
    #5207 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
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    You mean just flash player update? maybe
     
  9. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    224
    207
    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...
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    224
    207
    10
    It only present in monthly flash update
     
  12. 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
     
  13. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    733
    392
    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...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    450
    Afaik, the second one should always be 3: https://forums.mydigitallife.net/th...o-for-workstations.74909/page-51#post-1404848
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    733
    392
    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...
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    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...
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    450
    I give up on those patches/settings :D:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    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...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,566
    59,629
    450
    I know, that's why i asked myself if it really was a hotfix for this thread :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    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...