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...
Little_Joe
Sep 20, 2021Bronze Contributor
Hello,
Suggest you try to installed the latest Windows 11 updates then open PowerShell windows with admin right to run below cmdlets:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Suggest you try to installed the latest Windows 11 updates then open PowerShell windows with admin right to run below cmdlets:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
- Thomas_KungSep 27, 2021Copper ContributorThis solution is work for me. Thanks