1
General Computer Support / Re: Windows 10 Store - Error 0x80248014
« on: March 13, 2016, 07:06:28 am »
Hello Boggin
Thanks a lot for your appreciated feed back. - I've done your proposed cmds but no error was repordet and so no corrections were performed.
In addition I tried the following PowerShell:
set-ExecutionPolicy RemoteSigned
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
But no success.
Intersting was the error message from PowerShell: ...the package could not be registered. The system could not find the path of "AppxManifest.xml"
...any suggestions are welcome.
best regards from Switzerland,
Tino
Thanks a lot for your appreciated feed back. - I've done your proposed cmds but no error was repordet and so no corrections were performed.
In addition I tried the following PowerShell:
set-ExecutionPolicy RemoteSigned
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
But no success.
Intersting was the error message from PowerShell: ...the package could not be registered. The system could not find the path of "AppxManifest.xml"
...any suggestions are welcome.
best regards from Switzerland,
Tino