📌  相关文章
📜  如何将排除项添加到 Windows Defender 命令行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:31.045000             🧑  作者: Mango

代码示例1
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"