当前位置:   article > 正文

Windows安全中心打开空白_windows安全中心打开是空白

windows安全中心打开是空白

方法一

按 “Windows 徽标键+X”,启动 “Windows PowerShell (管理员)”,执行以下命令:
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender” /v “DisableAntiSpyware” /d 1 /t REG_DWORD /f
执行完毕后重启设备,再次启动 Windows PowerShell (管理员),执行以下命令:
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender” /v “DisableAntiSpyware” /d 0 /t REG_DWORD /f
执行完毕后第二次重启设备,看一下 Windows 安全中心能否恢复正常。

方法二

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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

2.保存,将文本的后缀 .txt 修改为 .reg并双击运行;
3.重启电脑,再打开windows安全中心就可看到被隐藏的管理设置模块回来了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/491079
推荐阅读
相关标签
  

闽ICP备14008679号