Forum Discussion
Softiee
Aug 16, 2021Copper Contributor
Windows 11 Windows Defender Issue
Hi I have an issue with Defender where in every time I open it, it routes me to "You need a new app to open this" I have tried entering the "Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset...
mfdesign
Sep 20, 2021Copper Contributor
Softiee not sure if you are still looking for a solution but this worked for me :
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Random_Casualty
Sep 28, 2021Copper Contributor
Worked for me as well. No idea what else it did, ton of red comments but hard to read as red on black is no good for my colorblind lol! Once finished back to normal