以管理员身份运行 powershell
在 powershell 界面输入以下命令:
1、
Set-ExecutionPolicy Unrestricted
得到确认提示输入 “y”
2、
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)/AppXManifest.xml”}
3、
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
备注:第三步我没输入,直接输入到第二部就能打开了,看自己情况吧。
原创文章,作者:端木书台,如若转载,请注明出处:https://blog.ytso.com/268076.html