当前位置:网站首页>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 .
边栏推荐
- Multilayer perceptron (pytorch)
- Numpy quick start (III) -- array advanced operation
- Leetcode刷题---202
- Detailed cross validation and grid search -- sklearn implementation
- Ind kwf first week
- Pytoch has been installed, but vs code still displays no module named 'torch‘
- CSDN, I'm coming!
- Weight decay (pytorch)
- Are there any other high imitation projects
- Leetcode刷题---1385
猜你喜欢
Redis 笔记 01:入门篇
Ind kwf first week
【SQL】一篇带你掌握SQL数据库的查询与修改相关操作
Ut2015 learning notes
MySQL reports an error "expression 1 of select list is not in group by claim and contains nonaggre" solution
Numpy realizes the classification of iris by perceptron
神经网络入门之预备知识(PyTorch)
ThreadLocal原理及使用场景
C project - dormitory management system (1)
丢弃法Dropout(Pytorch)
随机推荐
Redis 笔记 01:入门篇
[roast & brain hole] Some Thoughts on the bullet screen interactive game of Wei Shu Wu Three Kingdoms when visiting station B
Weight decay (pytorch)
Leetcode skimming ---278
Leetcode skimming ---202
Leetcode刷题---217
Linear regression of introduction to deep learning (pytorch)
Are there any other high imitation projects
权重衰退(PyTorch)
深度学习入门之自动求导(Pytorch)
Unity learning notes: online game pixel Adventure 1 learning process & error correction experience
Matrix calculation of Neural Network Introduction (pytoch)
Raspberry pie 4B installs yolov5 to achieve real-time target detection
Jetson TX2 刷机
Jetson TX2 brush machine
Leetcode skimming ---977
Common scenarios in which Seata distributed transactions fail and do not take effect (transactions do not rollback)
High imitation wechat
八、MySQL之事务控制语言
Model selection for neural network introduction (pytorch)