Skip to content

Commit 22132f1

Browse files
committed
Addendum #2 to 027f7ed (Added security features to the loader)
1 parent 57455bb commit 22132f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

MTA10/loader/MainFunctions.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -964,12 +964,6 @@ BOOL CreateProcessWithMitigationPolicy (
964964
MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_ON;
965965
}
966966

967-
if ( IsWindows10OrGreater () )
968-
{
969-
// Win 10
970-
MitigationPolicy |= PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_ON;
971-
}
972-
973967
if ( IsWindows10Threshold2OrGreater () )
974968
{
975969
// Win 10 build something

0 commit comments

Comments
 (0)