前言

自己的windows11 一直都有这个问题,但是一直没有怎么管他。
今天写python程序的时候,涉及一个读取键盘输入的操作,结果这货一直把我这个python识别为威胁删掉,然后苦于无法打开Windows Defender,一打开就是如下界面(图片来自《Windows Security not opening. (Windows 11)》):

image.png

然后open了之后又说app store找不到,真是服气。
后来在这页面找到了答案,Windows Security not opening. (Windows 11),也可参考Windows Security will not open in Windows 11 Beta build 22000.132

正文

解决办法其实就是用管理员模式,打开PowerShell(注意不是CMD,是PowerShell),输入以下指令:

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

遂成功:

image.png

总结

这BUG真是怪怪= =!

参考

[1] Windows Security not opening. (Windows 11)
[2] Windows Security will not open in Windows 11 Beta build 22000.132

Q.E.D.


立志做一个有趣的碳水化合物