Hi, so I have gone through installing 3 discs on my Windows 10 pc and when I got to the end of the 4th disc I got an error message which said ‘Package could not be opened. Error 0x80070003 Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified’.
DO you have any suggestions as to what I do next, please?
Hey OP, don’t know if you tried it again or not but you could try running the installer a second time and see if that helps. If it doesn’t, I would maybe run a Windows Update check and make sure you have the latest updates (might need to do this a few times, check after each update to make sure there isn’t anything else).
If Windows Update doesn’t help, or you get the same error message trying to do an update, these steps should help you out
> If issues persist I suggest you to reset Windows Update component. Kindly follow the below given steps.
>
> - Press Windows key + X, select Command prompt (Admin) to bring up elevated Command prompt. - Stop the BITS service, the Windows Update service, and the Cryptographic service. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
>
> - net stop bits - net stop wuauserv - net stop appidsvc - net stop cryptsvc - Rename the softare distribution folders backup copies. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
> - Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak - Ren %systemroot%\system32\catroot2 catroot2.bak - Restart the BITS service, the Windows Update service, and the Cryptographic service. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
>
> - net start bits - net start wuauserv - net start appidsvc - net start cryptsvc - Restart your PC and check if it works.
I had the same problem. Although, when I tried the commands you suggested, the command prompt would not allow me to rename those files. Kept saying Error.