win10 家庭版使用注册表关闭windows defender

管理员身份运行

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f

重启计算机

恢复运行

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /f

猜你喜欢

转载自www.cnblogs.com/wswind/p/9849297.html
今日推荐