设置某一个文件夹不进行病毒的扫描:
通过PowerShell命令
-
以管理员身份运行PowerShell。
-
输入以下命令(将路径替换为你的文件夹):
Add-MpPreference -ExclusionPath "C:\YourFolder"
3.若要验证是否添加成功,可运行:
Get-MpPreference | Select-Object -ExpandProperty ExclusionPath
2026-01-18 start:
cmd
reg add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
cmd
taskkill /f /im explorer.exe & start explorer.exe
直接下载:https://winaero.com/downloads/winaerotweaker.zip
- 安装后打开,找到
Context Menu→Classic Full Context Menus - 勾选
Enable classic full context menus,点击Apply即可立即生效。
end