cmd 창에서
*예외 폴더 및 파일 설정
powershell -Command Add-MpPreference -ExclusionPath "C:\AA"
powershell -Command Add-MpPreference -ExclusionProcess "AA.exe"
powershell -Command Add-MpPreference -ExclusionExtension ".exe"
*예외 폴더 및 파일 설정 해제
powershell -Command Remove-MpPreference -ExclusionExtension ".exe"