windows10 自带的杀毒程序Windows Defender ,其实是很好用的,但有时由于特殊需要关闭,临时关闭重启以后会自动打开,用以下方法可以永久关闭 。
导入注册表文件:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_macHINESOFTWAREPoliciesMicrosoftWindows Defender]
"DisableAntiSpyware"=dword:00000001
;关闭实时保护,而且为灰色,显示此设置由管理员进行管理
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows DefenderReal-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableIOAVProtection"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableRealtimeMonitoring"=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSecurityHealthService]
"Start"=dword:00000004
;删除以下键值,可以不在任务栏图标显示
;[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]
;"SecurityHealthSystray"="C:\Windows\System32\SecurityHealthSystray.exe"
如果要打开Windows Defende,可以把上述键值取“0”即可 。
【永久关闭 Windows Defender】
推荐阅读
- DOS基本命令
- Windows Server2019 故障转移群集
- 网络后沿:零信任网络架构
- Windows 10默认已禁用USB驱动器缓存:不用手动“弹出”
- 解决Windows无法正常关机的问题
- 一键删除Windows10自带软件,非常优秀
- .Net在Windows上使用Jenkins做CI/CD
- Windows安装MariaDB-10.5.5数据库
- 如何给WINDOWS 7注入USB和NVME驱动?
- windows下安装jdk+tomcat+maven并配置