Microsoft Store Not Downloading Apps or Games in Windows 11
If the Microsoft Store is not downloading apps in Windows 11 or Windows 10, several factors could be contributing to the issue. some common reasons are, Microsoft Store Cache Issues:The cache in Microsoft Store might be corrupted. so we'll try clearing the Microsoft Store cache by running the "wsreset" command among other solutions.
This troubleshooting guide will work Windows 11 operating systems (Home, Professional, Enterprise, Education) and desktops, laptops, tables and computers manufactured by the following brands: Asus, Dell, HP, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei, dynabook, LG , vaio, surface among others.
Script 1:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Script 2:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
》 CHAPTERS 《
00:00 Intro
00:20 Reset Microsoft Store
01:40 Run WSreset Command
02:13 Reinstall Microsoft Store
04:19 Run SCF Command
05:43 Outro
#windows11 #windows10 #MicrosoftStore