Skip to content

Instantly share code, notes, and snippets.

@canbingzt
Created January 13, 2024 02:20
Show Gist options
  • Save canbingzt/10b313019de0c32345e71cb6edbc303c to your computer and use it in GitHub Desktop.
Save canbingzt/10b313019de0c32345e71cb6edbc303c to your computer and use it in GitHub Desktop.
Windows Defender 阻止访问受保护的文件夹/内存(保护历史记录) 清理
Set-MpPreference -ScanPurgeItemsAfterDelay 2
# 其中的数字是在发现威胁后的多少天里清除
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment