M$ say this: (to enable) set FeatureSettingsOverride to 0 set FeatureSettingsOverrideMask to 3 (to disable) set FeatureSettingsOverride to 3 set FeatureSettingsOverrideMask to 3
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.
Afaik, the second one should always be 3: https://forums.mydigitallife.net/th...o-for-workstations.74909/page-51#post-1404848
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.
Not for the case of deactivating the Spectre v2 mitigation applied on BIOS level. Otherwise you're correct.
That lately introduced fix should only be applied if the BIOS update to mitigate Stectre v2 was applied and causes errors.
so for this patch -- as final verdict, what's the best registry settings that impacts system performance minimally, especially for normal users...?
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.
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
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.