windows关掉那恶心的windows defence
https://zhuanlan.zhihu.com/p/86825136
通过注册表彻底关闭windows defender,打开Windows Powershell
管理员权限运行: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD
https://zhuanlan.zhihu.com/p/86825136
通过注册表彻底关闭windows defender,打开Windows Powershell
管理员权限运行: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD