My Feedback link:
____________________________________
Hi FAUguy,
Glad to see you posted this on the Feedback Hub.
Yes, I upvoted on yours as well.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
My Feedback link:
____________________________________
Hi FAUguy,
Glad to see you posted this on the Feedback Hub.
Yes, I upvoted on yours as well.
When I try that (on my new Razer laptop, running Windows 11), I get the following error msg
PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
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
~~~~~~~~~~~~~~~~~
When I try that (on my new Razer laptop, running Windows 11), I get the following error msg
PS C:\WINDOWS\system32> Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
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
@GavinsSimms1,
That's a new one !
Try this Admininstator P.S. commands to see the list of installed apps in your system:
Get-AppxPackage -allusers | Select Name, PackageFullName
Get-AppxPackage Microsoft.SecHealthUI -allusers | Select Name, PackageFullName
Or you can try this to reinstall it:
Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.SecHealthUI_1000.22000.1.0_neutral__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode
Reinstalling worked perfectly! Much thanks for the speedy and super helpful response.
Reinstalling worked perfectly! Much thanks for the speedy and super helpful response.
Great, glad it fixed your problem.😉