get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
The term 'Reset-AppxPackage' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:51
- get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
-
~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (Reset-AppxPackage:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
Windows cannot install package Microsoft.Windows.SecHealthUI_10.0.19041.3570_neutral__cw5n1h2txyewy because the
package is currently paused. The package must be Staged in order to proceed.
NOTE: For additional information, look for [ActivityId] e738b377-09b6-0000-b4b5-48e7b609da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID e738b377-09b6-0000-b4b5-48e7b609da01
At line:3 char:1
- Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemA ...
-
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand