Friday, June 2, 2023

How To Fix Windows Security Not Opening In Windows 11 & 10 (5 Working Solutions)

How To Fix Windows Security Not Opening In Windows 11 & 10 (5 Working Solutions)


Hi friends... This video tutorial is about "How To Fix Windows Security Not Opening In Windows 11 & 10 (5 Working Solutions)" If you are facing problem like windows security not opening or not working in windows then do watch my this simple and quick tutorial in which I will share 5 easy ways to solve this windows security not opening issue in windows 11 & 10 pc or laptop.

Solution are following...

Fix1> Update Windows.

Fix2> Reset Windows Security.

Fix3> Reinstall Windows Security.

Open Windows PowerShell as Administrator.

Command1: Set-ExecutionPolicy Unrestricted

Command2: Get-AppXPackage AllUsers | Foreach {Add-AppxPackage - DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Fix4> Run SFC & DISM Scan.

Cmd1: sfc /scannow

Cmd2: DISM /online /cleanup-image /restorehealth

Fix5> Reset Windows Security using PowerShell Command.

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