Forum Discussion

JaxxonMoretti's avatar
JaxxonMoretti
Copper Contributor
Jun 20, 2022

Window 11's window insider preivew (dev channel) Can't open window defender

So I have experienced an issue with window defenders which it can't open window defenders for a few reasons. That I did attempt fixing which is  "PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.Se...
  • Little_Joe's avatar
    Jun 23, 2022
    Hello,
    Based on your first screenshot you should run the following cmdlets it should fix your problem:
    Get-AppxPackage -allusers *SecHealthUI* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Resources