问题: 想要对Win10 安全中心做些管理设置,打开它发现页面变得一片空白了,就剩下一行安全性概览,其余的设置都被隐藏了。
解决:
1、新建一个txt,复制以下代码粘贴进去,保存;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
“DisableAntiSpyware”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
“DisableBehaviorMonitoring”=dword:00000000
“DisableIOAVProtection”=dword:00000000
“DisableOnAccessProtection”=dword:00000000
“DisableRealtimeMonitoring”=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService]
“Start”=dword:00000002
2、将文本的后缀 .txt 修改为 .reg并双击运行;
3、重启电脑,再打开windows安全中心就可看到被隐藏的管理设置模块回来了。