Fix Destiny 2 Not Installing From Microsoft Store
Fix Destiny 2 Not Downloading or Installing On Microsoft Store on Windows 11 & 10
Step 1) Sign out and sign, make Sure date, & time zone is correct
Step 2) Try installing game from my library
Step 3) Run Windows Store Troubleshooter
Step 4) Clear store cache Using wsreset command
Step 5) Update Windows
Step 6) Reset Store app
Step 7) Restart Windows Update, Microsoft Store Install and background intelligence service, also start all the Xbox services
Step 8) Delete Windows Store local cache file: C:\Users\User_name\AppData\Local\Packages \Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
Step 9) Run Powershell command to re-register store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Step 10) Uninstall & Reinstall Store
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Reboot your computer
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 11) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 12) Run inetcpl.cpl command
Step 13) Update Windows 10/11 using media creation tool
Windows 10: https://www.microsoft.com/en-in/software-download/windows10
Windows 11: https://www.microsoft.com/en-in/software-download/windows11