Aug 16 2021 12:03 AM
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-AppxPackage" on powershell (run as administrator) but its not working on my end. It says,
"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"
My Windows 11 is currently updated. I keep receiving this error, see below. Please help.
Aug 20 2021 07:14 PM
try this and run as admin, there's a mistake on your input.
get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Aug 20 2021 09:43 PM
@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
Aug 22 2021 07:49 AM
Aug 30 2021 04:02 AM
@Softiee I do have the same issue. I guess the powershell code is correct but seems to continue errors of it too.
Sep 03 2021 01:37 AM
Just now I updated the windows 11 176 version. This problem also occurred. I used the same solution, but I got the same result. It tells me
"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"
I'm worried that my computer will be invaded by computer viruses. We need help
Sep 19 2021 07:22 PM
@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”}
Sep 20 2021 02:28 AM
Sep 27 2021 02:07 AM
@Softiee ,
Suggest you go back to last build and retry, if not working then you may have to perform a Reset.
Sep 27 2021 07:43 AM
Sep 27 2021 06:37 PM
Oct 15 2021 10:51 AM
Oct 17 2021 12:40 AM
Oct 17 2021 11:13 PM
Dec 26 2021 05:15 PM
@mfdesign thank you i love you helped me thank you so much