From admin PowerShell, please run these two commands:
Start-Service -Name bfe, mpsdrv, mpssvc, sharedaccess -Verbose
gsv bfe, mpsdrv, mpssvc, sharedaccess | select Name, StartType, Status | ft -auto
Post the output here.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting this error on my firewall and when I try to fix a problem with Windows Store
PS C:\WINDOWS\system32> Get-AppXPackage \*WindowsStore\* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.InstallLocation)\AppXManifest.xml"} Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x800706D9: While processing the request, the system failed to register the windows.firewall extension due to
the following error: There are no more endpoints available from the endpoint mapper.
.
NOTE: For additional information, look for [ActivityId] f8409070-bf03-000c-7381-90f803bfdb01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID f8409070-bf03-000c-7381-90f803bfdb01
At line:1 char:53
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
From admin PowerShell, please run these two commands:
Start-Service -Name bfe, mpsdrv, mpssvc, sharedaccess -Verbose
gsv bfe, mpsdrv, mpssvc, sharedaccess | select Name, StartType, Status | ft -auto
Post the output here.