Windows 10 Windows Store Missing after Windows 10 20H2 Update

  • Thread starter Thread starter ankushalg
  • Start date Start date
A

ankushalg

I am using Windows 10 Home Edition in my latest Acer Nitro 5 2020 laptop. I recently installed Windows 10 20H2 Update in my laptop. I noticed that I am unable to use my Windows Store as it is not opening at all. I read some older community post for the same issue. I tried to reset the Windows Store in Windows App Settings but it doesn't help. I also tried to re-install Windows Store using Power shell command.


Than I tried the last method (Windows Reset):

First I tried to reset Windows using Local Reinstall Method. But after resetting the windows, Microsoft Store becomes disappeared from Apps List in Windows Settings. I can only notice a broken tab with name ms-resource:StoreTile. I than reset Windows using Cloud Download Method. Even after that I am unable to find Windows Store.


Here are the error message I am getting while trying to reinstall Windows Store using Power shell:


Power shell Command:


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


Error Message:





Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.



Windows cannot install package Microsoft.WindowsStore_12011.1001.113.0_neutral_~_8wekyb3d8bbwe because the package is



currently paused. The package must be Staged in order to proceed.



NOTE: For additional information, look for [ActivityId] 196e4972-dd0e-0004-7902-6f190eddd601 in the Event Log or use



the command line Get-AppPackageLog -ActivityID 196e4972-dd0e-0004-7902-6f190eddd601



At line:1 char:53



+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...



+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException



+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


Screenshot




Continue reading...
 
Back
Top