当前位置:网站首页>Windows security center open blank
Windows security center open blank
2022-07-03 10:44:00 【Pie big star Lala】
Method 1
Press “Windows Winkey +X”, start-up “Windows PowerShell ( Administrators )”, Execute the following command :
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender” /v “DisableAntiSpyware” /d 1 /t REG_DWORD /f
Restart the device after execution , Start again Windows PowerShell ( Administrators ), Execute the following command :
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender” /v “DisableAntiSpyware” /d 0 /t REG_DWORD /f
Restart the device for the second time after execution , to glance at Windows Can the security center return to normal .
Method 2
1. Create a new one txt, Copy the following code
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. preservation , Suffix the text .txt It is amended as follows .reg And double click Run ;
3. Restart the computer , And on again windows The security center can see that the hidden management setting module is back .
边栏推荐
- Leetcode skimming ---367
- Free online markdown to write a good resume
- Leetcode skimming ---75
- 神经网络入门之预备知识(PyTorch)
- 如何监测服务器主机的进出流量?
- Tensorflow - tensorflow Foundation
- mysql5.7安装和配置教程(图文超详细版)
- A complete answer sheet recognition system
- Numpy quick start (I) -- pre knowledge (create array + constant + data type)
- extern关键字
猜你喜欢

mysql5.7安装和配置教程(图文超详细版)

如何在游戏中制作一个血条

Convolutional neural network (CNN) learning notes (own understanding + own code) - deep learning

侯捷——STL源码剖析 笔记
![[SQL] an article takes you to master the operations related to query and modification of SQL database](/img/d7/7ac7788a586c4b9c0d7cdf54d974eb.png)
[SQL] an article takes you to master the operations related to query and modification of SQL database

DAY 7 小练习

2021-09-22

Leetcode skimming ---367

The story of a 30-year-old tester struggling, even lying flat is extravagant

面试官:Redis中列表的内部实现方式是什么?
随机推荐
大型电商项目-环境搭建
如何监测服务器主机的进出流量?
Flink--自定义函数
mysql5.7安装和配置教程(图文超详细版)
Leetcode skimming ---977
Leetcode刷题---202
Classification (data consolidation and grouping aggregation)
Ut2012 learning notes
深度学习入门之自动求导(Pytorch)
Ind kwf first week
Numpy quick start (I) -- pre knowledge (create array + constant + data type)
Pytoch has been installed, but vs code still displays no module named 'torch‘
High imitation wechat
Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
Leetcode skimming ---44
[untitled] numpy learning
二分查找法
Ind FXL first week
C语言项目:学生成绩系统
多层感知机(PyTorch)