Jump to content

Recommended Posts

Posted

The Windows store app is not working and no tiles are also not working.

 

When trying to renew the windows store app with the command:

 

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di

sableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml

 

I get this error:

 

C:WINDOWSsystem32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di

sableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed.

Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)

Deployment Register operation on Package

WinStore_1.0.0.0_neutral_neutral_cw5n1h2txyewy from:

(C:WINDOWSWinStoreAppxManifest.xml) failed with error 0x8007064A. See

http://go.microsoft.com/fwlink/?LinkId=235160for help diagnosing app

deployment issues.

NOTE: For additional information, look for [ActivityId]

b569b54b-9ba9-0002-c4f3-6bb5a99bd001 in the Event Log or use the command line

Get-AppxLog -ActivityID b569b54b-9ba9-0002-c4f3-6bb5a99bd001

At line:1 char:1

+ Add-AppxPackage -DisableDevelopmentMode -Register

$Env:SystemRootWinStoreAppxM ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~

+ CategoryInfo : WriteError: (C:WINDOWSWinStoreAppxManifest.xm

l:String) [Add-AppxPackage], IOException

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

 

C:WINDOWSsystem32>

 

What do I try next?

 

 

View the full article

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...