1
Tweaking.com Support & Help / Re: New to Tweaking.com - Windows Repair Free
« on: August 30, 2015, 08:49:14 am »
Sadly, no I don't. I'll ask around.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
C:\WINDOWS\system32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di
sableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifes
t.xml
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could
not be registered.
error 0x8007064A: Cannot register the request because the following error was
encountered while initializing the windows.repositoryExtension extension: The
configuration data for this product is corrupt. Contact your support personnel.
.
NOTE: For additional information, look for [ActivityId]
374f5a10-dfd7-0000-5260-4f37d7dfd001 in the Event Log or use the command line
Get-AppxLog -ActivityID 374f5a10-dfd7-0000-5260-4f37d7dfd001
At line:1 char:1
+ Add-AppxPackage -DisableDevelopmentMode -Register
$Env:SystemRoot\ImmersiveContr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : WriteError: (C:\WINDOWS\Imme...ppxManifest.xml:S
tring) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
nager.Commands.AddAppxPackageCommand