I am reposting this because I have not received another response to my questions for a week and I am still having trouble downloading apps. I have tried some of the fixes shown for Windows 8.1 but they haven't worked and I haven't found anything for Windows 10. Is there a more specific fix related to this operating system? I am trying to avoid a clean install.
This was what I was asked to do last time:
Annu Singh replied on
- Microsoft
- Support Engineer
Hi,
Welcome to Microsoft Community. Your interest in Windows 10 is much appreciated.
Try the below methods and check if that helps:
Method 1: Run the SFC.
Follow the below steps:
- Open Command Prompt.
- Select “Run as Administrator”.
- Type “sfc /scannow” without quotes and hit Enter.
Now check for the issue.
Method 2: Try repairing the store and check if it helps:
1. Press WinKEY + X or put the mouse in the lower left corner
2. Open the Command Prompt (Run as Administrator)
3. Type in WSReset.exe and hit enter.
4. Type the following in a Command Window (CMD) to re-register the Store App:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
If the above method doesn’t fix the issue perform Method 3.
Method 3:
Follow the below steps:
•Open Powershell as administrator
•Run the command
Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
The first found no problems, the 2nd method fails because it can't find AppxManifest.xml which from looking around here seems to be the common results when people are asked to do this. The third item completed but didn't solve the problem.
Any other ideas? If I rolled back to windows 7 would I be able to reinstall 10 and if so would that possibly fix this issue?