windows10 自帶的殺毒程序Windows Defender ,其實(shí)是很好用的,但有時(shí)由于特殊需要關(guān)閉,臨時(shí)關(guān)閉重啟以后會(huì)自動(dòng)打開,用以下方法可以永久關(guān)閉。
導(dǎo)入注冊表文件:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_macHINESOFTWAREPoliciesMicrosoftWindows Defender]
"DisableAntiSpyware"=dword:00000001
;關(guān)閉實(shí)時(shí)保護(hù),而且為灰色,顯示此設(shè)置由管理員進(jìn)行管理
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows DefenderReal-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001
"DisableIOAVProtection"=dword:00000001
"DisableOnAccessProtection"=dword:00000001
"DisableRealtimeMonitoring"=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSecurityHealthService]
"Start"=dword:00000004
;刪除以下鍵值,可以不在任務(wù)欄圖標(biāo)顯示
;[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]
;"SecurityHealthSystray"="C:\Windows\System32\SecurityHealthSystray.exe"
如果要打開Windows Defende,可以把上述鍵值取“0”即可。