当前位置:网站首页>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 .
边栏推荐
- Numpy quick start (III) -- array advanced operation
- Praise syllogism
- Yolov5 creates and trains its own data set to realize mask wearing detection
- 大型电商项目-环境搭建
- Ind FHL first week
- Tensorflow - tensorflow Foundation
- Tensorflow—Neural Style Transfer
- Ut2014 supplementary learning notes
- Leetcode skimming ---263
- I really want to be a girl. The first step of programming is to wear women's clothes
猜你喜欢
Ut2015 learning notes
深度学习入门之线性代数(PyTorch)
丢弃法Dropout(Pytorch)
mysql5.7安装和配置教程(图文超详细版)
Uni app learning 1 bottom menu and parent-child components
Timo background management system
[SQL] an article takes you to master the operations related to query and modification of SQL database
ThreadLocal原理及使用场景
ThreadLocal principle and usage scenario
Install yolov3 (Anaconda)
随机推荐
Leetcode skimming ---283
How to hide cvxpy warnings: warn: a- > P (column pointers) not strictly increasing, column x empty?
Leetcode skimming ---10
Knowledge map enhancement recommendation based on joint non sampling learning
Pytoch has been installed, but vs code still displays no module named 'torch‘
Are there any other high imitation projects
深度学习入门之自动求导(Pytorch)
神经网络入门之矩阵计算(Pytorch)
Leetcode skimming ---278
Seata分布式事务失效,不生效(事务不回滚)的常见场景
C#项目-寝室管理系统(1)
六、MySQL之数据定义语言(一)
Class-Variant Margin Normalized Softmax Loss for Deep Face Recognition
Leetcode skimming ---374
Type de contenu « Application / X - www - form - urlencoded; Charset = utf - 8 'not supported
Unity小组工程实践项目《最强外卖员》策划案&纠错文档
Leetcode skimming ---202
Ut2015 learning notes
Leetcode刷题---217
C语言项目:学生成绩系统