Windows Defender 예외 폴더 및 파일 지정방법 - 자동백업 프로그램 백업웨어

운영자 2023.02.07 11:51:44
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"