Answers for "how to add exclusion to windows defender command line"

1

how to add exclusion to windows defender command line

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

powershell -Command Remove-MpPreference -ExclusionExtension ".java"
Posted by: Guest on February-21-2021

Code answers related to "how to add exclusion to windows defender command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language