Reinstall Built-in Apps Windows 10
When I run the following command locally on the machines it works fine, however when I use Deploy, it fails with an error:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
0
Comments
What is the error?
Here is the complete error message:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-0365-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-0365-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-0c65-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-0c65-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-1465-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-1465-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-6776-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-6776-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-6976-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-6976-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-2965-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-2965-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-2b65-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-2b65-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-3665-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-3665-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-4065-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-4065-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-4565-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-4565-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-4965-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-4965-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-7f76-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-7f76-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-5f65-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-5f65-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-6965-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-6965-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-8676-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-8676-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-7b65-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-7b65-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0005-73db-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0005-73db-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-8665-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-8665-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-f681-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-f681-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-8d76-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-8d76-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-0082-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-0082-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-0482-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-0482-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0003-a3ca-ed071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0003-a3ca-ed071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0005-76db-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0005-76db-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-c365-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-c365-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-1b82-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-1b82-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Purc...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-2182-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-2182-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-a076-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-a076-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-e865-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-e865-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-ad76-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-ad76-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0003-a8ca-ed071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0003-a8ca-ed071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0000-f865-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0000-f865-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0004-4582-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0004-4582-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0002-c476-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0002-c476-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0003-aeca-ed071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0003-aeca-ed071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0005-85db-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0005-85db-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070005: Adding a tile failed with unexpected error.
NOTE: For additional information, look for [ActivityId] 07ed7974-0711-0005-89db-ee071107d201 in the Event Log or use the command line Get-AppxLog -ActivityID 07ed7974-0711-0005-89db-ee071107d201
At C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec\user.ps1:1 char:37
+ ... s| 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