永久关闭 Windows 安全中心实时防护

关于 “永久关闭 Windows 安全中心实时防护” 的问题,可以先关闭“篡改保护”(Windows设置>更新和安全>Windows安全中心>病毒和威胁防护>管理设置>关闭篡改保护),然后尝试以下方法。

一、如果您使用的是专业版 Windows 10:

按 “Windows 徽标键+R”,输入 “gpedit.msc” ,回车启动组策略编辑器。打开 “计算机配置”>“管理模板”>“Windows组件”>“Windows Defender 防病毒程序”,在右侧双击 “关闭Windows Defender 防病毒程序”,将状态改为“已启用”,重启电脑。

二、如果您使用的是家庭版 Windows 10:

按 “Windows 徽标键+R,输入 “regedit”,回车启动注册表编辑器。定位到 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender,新建一个 DWORD 项,命名为 DisableAntiSpyware ,双击该项后值设 0 为开启,1 为关闭 Windows 安全中心。

reg add "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableRealtimeMonitoring /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableRealtimeMonitoring /t REG_DWORD /d 1 /f

reference: http://www.winwin7.com/JC/17812.html

你可能感兴趣的:(windows)