We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57455bb commit 22132f1Copy full SHA for 22132f1
MTA10/loader/MainFunctions.cpp
@@ -964,12 +964,6 @@ BOOL CreateProcessWithMitigationPolicy (
964
MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_ON;
965
}
966
967
- if ( IsWindows10OrGreater () )
968
- {
969
- // Win 10
970
- MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_ON;
971
- }
972
-
973
if ( IsWindows10Threshold2OrGreater () )
974
{
975
// Win 10 build something
0 commit comments