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...
VIkims
Feb 05, 2022Copper Contributor
It is working for me thanks 🙂
eugeneanghm
Feb 27, 2022Copper Contributor
I found this powershell command which solves my Package Not Found issue.
add-appxpackage -disabledevelopmentmode -register ((Get-AppxPackage Microsoft.SecHealthUI -allusers).InstallLocation + '\AppxManifest.xml')
- Rockgurl4444Jun 28, 2022Copper ContributorThanks your solution worked for me.
- leonuzMay 20, 2022Copper ContributorThis is the only solution that works for me!
- Bobby_NaziefApr 17, 2022Copper Contributor
Thanks eugeneanghm ... it worked for me!
- stringfellow101Apr 17, 2022Copper Contributor
Thanks bro after trying every thing this worked eugeneanghm
- csrjsantosMar 27, 2022Copper ContributorTHANKS A LOT