Forum Discussion
Windows 11 channels Windows Defender Launching Microsoft Store When Try To Open It
- Sep 03, 2021
Found a fix here: https://appuals.com/windows-defender-not-working-in-latest-windows-11-preview-build-heres-how-to-fix-it/
From an elevated PowerShell window, run this command:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Found a fix here: https://appuals.com/windows-defender-not-working-in-latest-windows-11-preview-build-heres-how-to-fix-it/
From an elevated PowerShell window, run this command:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
PierreInOttawa Hello! I'm getting the same problem, but I can't fix it. I put in the code but it gives me an error. Reset-AppxPackage : Package was not found.
Windows cannot remove Microsoft.SecHealthUI_1000.22000.1.0_neutral__8wekyb3d8bbwe because the current user does not
have that package installed. Use Get-AppxPackage to see the list of packages installed.
At line:1 char:51
+ Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Reset-AppxPackage], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Comman
ds.ResetAppxPackageCommand.
Any ideas on how to fix it?