介绍 |
一键开启关闭Windows Defender工具是一款可以帮助用用户关闭打开Windows Defender的便捷工具,众所周知win10系统自带的Windows Defender杀毒软件经常影响到用户是用电脑的正常操作,所以很多朋友都想着彻底关闭该软件,不过由于Windows Defender也一直在变化,想要彻底关闭它着实需要下一番功夫,而且修改注册表、组策略是不是太过麻烦,为此一键开启关闭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_MACHINESYSTEMCurrentControlSetServicesSecurityHealthService] "Start"=dword:00000004 将以上命令复制到记事本并保存为后缀名为.reg文件,然后双击导入注册表即可关闭Windows Defender。 |