Home > Article > System Tutorial > What to do if Win11 Security Center crashes? Analysis of win11 security center crash problem
PHP editor Zimo brings you an analysis of the "Win11 Security Center crash problem". When using the win11 system, some users may encounter a crash in the security center, causing some trouble when using the system. Today we will analyze this problem in detail and give a solution. Whether you have just upgraded to win11 system or encountered this problem during use, this article will provide you with useful information and solutions to help you solve the problem of win11 security center crashing.
Win11 Security Center crash problem analysis
Method 1,
1. Press the win x key combination, or right-click "Start" and click "Windows PowerShell (Management) member)". If the system prompts that the file wt.exe cannot be found, download it directly from Baidu or download the windows terminal file from the Microsoft Store.
#2. Open powershell with administrator rights, enter the command: Set-ExecutionPolicy Unrestricted, and press the Enter key. Then proceed.
3. Then enter: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} , press Enter to execute (a red error message may appear, just ignore it).
4. Finally execute: Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage and press the Enter key.
5. Finally, you can open the Windows Security Center.
Method 2.
1. Right-click the Start menu icon on the taskbar and click "Apps and Features" in the pop-up hidden menu.
#2. Enter the Windows Security Center, click the three dots on the right, and select "Advanced Options".
#3. Find the "Reset" button in the advanced options and click it. After that, you can turn on the win11 security center function.
The above is the detailed content of What to do if Win11 Security Center crashes? Analysis of win11 security center crash problem. For more information, please follow other related articles on the PHP Chinese website!