Aplicações não são actualizadas

Correste o seguinte comando na Linha de comandos como administrador?
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
 
Olá malta! :) preciso urgentemente de ajuda! Tenho uma canon 140 e supostamente para conseguir digitalizar tenho de ter o MP navigator instalado. Fui ao site da canon para instalar, mas parece que não há versão para a 140 compatível com o windows 10... Ou será que sou uma nabiça nestas coisas?! :p obrigada! 
 
Correste o seguinte comando na Linha de comandos como administrador?
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Não foi possível registar o pacote.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.21.25.0_x64__8wekyb3d8bbwe package
because there was a merge failure with the following file: C:\Program
Files\WindowsApps\Microsoft.WindowsStore_2015.21.25.0_neutral_split.language-pt_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] fa00c87e-296a-0001-40ec-00fa6a29d101 in the Event Log or use
the command line Get-AppxLog -ActivityID fa00c87e-296a-0001-40ec-00fa6a29d101
At line:1 char:97
+ ... fest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manife ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
 
Back
Topo