1、直接同时按下快捷键“Win+X”,然后选择以管理员权限打开PowerShell。

3、继续执行:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}回车。

5、最后就可以打开windows11安全中心啦。

时间:2024-11-01 11:20:24
1、直接同时按下快捷键“Win+X”,然后选择以管理员权限打开PowerShell。
3、继续执行:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}回车。
5、最后就可以打开windows11安全中心啦。