Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart, then try launching the Store again.
PS C:\WINDOWS\system32>
PS C:\WINDOWS\system32> Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Reg
ister "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80073CFC: While processing the request, the system failed to register the windows.integrityExtension extension
due to the following error: The application cannot be started. Try reinstalling the application to fix the problem.
.
NOTE: For additional information, look for [ActivityId] 2ece7117-332a-0002-0dc3-ce2e2a33d401 in the Event Log or use
the command line Get-AppxLog -ActivityID 2ece7117-332a-0002-0dc3-ce2e2a33d401
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
PS C:\WINDOWS\system32>
Ok how do I get around this one????? also founf this in app permissions in folder c/program files