powershell -Command Add-MpPreference -ExclusionPath "C:\tmp"
powershell -Command Add-MpPreference -ExclusionProcess "raaa.exe"
powershell -Command Add-MpPreference -ExclusionExtension ".java"
제거
powershell -Command Remove-MpPreference -ExclusionExtension ".java"