永久关闭 Windows Defender

10 自带的杀毒程序Windows Defender ,其实是很好用的,但有时由于特殊需要关闭,临时关闭重启以后会自动打开,用以下方法可以永久关闭。

导入注册表文件:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_HINESOFTWAREPoliciesMicrosoftWindows Defender]

"DisableAntiSpyware"=d: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”即可。

胜象大百科