Problem with firewall

Anonymous
2025-05-08T07:42:37+00:00

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

  • ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    • CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
    • FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Windows for home | Windows 11 | Microsoft Store

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh 180.7K Reputation points Volunteer Moderator
    2025-05-08T08:25:12+00:00

    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.

    Was this answer helpful?

    0 comments No comments