0

I've some problem with Microsoft Store on Windows 10, version 1909 (built SO 18363.959). In Settings, App...it doesn't appears, but, if I search it, it appears but doesn't open.

To fix the problem I run the command (as suggested here):

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

in the powershell (launched as admin). The results was a lot of 0x80073CFE errors, and now I am not able to open Settings (when I click on it, it becomes as in the below figure).

enter image description here

Before the above solution I tried also these solutions, but without any success.

Could you suggest me a way to fix these problems without losing the data please?


EDIT: I'd like to preserve the installed softwares as well.

Also the windows icons (battery, volume, ecc) in the toolbar do not work.


EDIT2: the command

DISM /online /Cleanup-Image / ScanHealth

produces the following error (the strange thing is that now the weather app works):

Error: 87

Management and maintenance of distribution images: impossible to recognize the command line option "". For more information, see the Help through the DISM.exe /? Command.

The Image Management and Maintenance log file distribution is available at C: \ WINDOWS \ Logs \ DISM \ dism.log


EDIT3: after the running of the command sfc /scannow, the output is: Windows Resource Protection: No integrity violations found.

3
  • Open cmd.exe with Run as Administrator and run first dism.exe /online /cleanup-image /restorehealth and then second SFC /SCANNOW When done, close everything and see if Store is now in Settings, Apps. Then repair it from there.
    – anon
    Commented Aug 1, 2020 at 15:43
  • You ran a destructive command. Performing an in-place repair to the same version is the best solution
    – Ramhound
    Commented Aug 1, 2020 at 16:00
  • Hello @John I tried your commands, the results in the cmd are ok, but settings (and other stuff) do not work as before Commented Aug 1, 2020 at 18:58

1 Answer 1

0

To restore the correct state of Windows, there are two solutions:

22
  • Hi @harrymc thank you for your solution. I edited my request: I need to preserve data and installed softwares as well. Commented Aug 1, 2020 at 19:03
  • Both solutions will do that.
    – harrymc
    Commented Aug 1, 2020 at 19:07
  • Hi @harrymc I did the in-place update. Now I can open settings, windows icons, but Microsoft Store doesn't appear in the list of installed softwares. If I search it and click on it, it doesn't open. Morover I can't open email windows app, calendar windows app, weather windows app. Could you suggest me a way to fix these problems please? Commented Aug 2, 2020 at 11:47
  • Try this answer. Do NOT use any other link from that post.
    – harrymc
    Commented Aug 2, 2020 at 12:02
  • in Apps & features there isn't microsoft store Commented Aug 2, 2020 at 12:06

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .