Forum Discussion
Windows 11 Windows Defender Issue
try this and run as admin, there's a mistake on your input.
get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
JacobQuiroz hi i did it, run as admin but still getting the "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" Error
- mfdesignSep 20, 2021Brass 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_CasualtySep 28, 2021Copper ContributorWorked 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
- Keiffer1029Sep 27, 2021Copper ContributorHi, I had an issue with "Reset-AppxPackage : Package was not found." and this solution worked for me. Thank you.
- hvrbozOct 15, 2021Copper ContributorWorked for me, thanks a lot!!! It went for a 2-3 mins with few errors, but after all Defender is working fine!