Xbox App and Microsoft Store prevents game downloands by requiring Visual C++ 2015 UWP Desktop Runtime Package to download first, but Visual C++ 2015 UWP Desktop Runtime Package will not download

Anonymous
2022-07-18T16:29:16+00:00

Every time that I go to download a game from the xbox app or microsoft store that is over 1GB, the xbox app/microsoft store first tries to download Visual C++ 2015 UWP Desktop Runtime Package first. The issue is that the microsoft store page for Visual C++ 2015 UWP Desktop Runtime Package appears to be bugged, and I cannot download it. I have tried canceling the downloads and downloading just the package by itself and it does not work. I cannot find the page online to download it manually either. How do I download Visual C++ 2015 UWP Desktop Runtime Package manually, or how do I work around needing it to download larger games. This is a new issue, it was not a problem a month ago.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

67 answers

Sort by: Most helpful
  1. Anonymous
    2022-07-21T02:41:37+00:00

    I find the final solution. The problem is the STORE non the xbox APP. Trust ME!

    Please try these options one by one and check after each option.

    1. Windows Key+R > Type services.msc and press Enter > Locate Background Intelligence transfer and ensure it is set to Start and Automatic. Also do the same for Windows Update service as well
    2. Reset Windows Store through Command Prompt
      Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer
    3. Uninstall & Reinstall Store
      Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    1. Re-register All Store apps (You will get many Reds, ignore them)
      Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer

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

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-07-21T01:14:46+00:00

    Your link is not working

    Was this answer helpful?

    0 comments No comments
  3. Rodrigo Queiroz 78,705 Reputation points Independent Advisor
    2022-07-21T01:00:35+00:00

    I've found the latest VCLibs package to download, it worth a try, you can install this package directly.

    http://tlu.dl.delivery.mp.microsoft.com/filestr...

    Was this answer helpful?

    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more