What Insider program ? Xbox or Windows or both ?
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
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.
67 answers
Sort by: Newest
-
Anonymous
2022-07-21T10:03:46+00:00 -
Anonymous
2022-07-21T02:57:29+00:00 I'm glad this solution worked for you but it hasn't worked for everyone. I had tried resetting the store MULTIPLE times, and finally resolved the issue by resetting the apps after opting out of the Insider program.
-
Anonymous
2022-07-21T02:48:26+00:00 NOW is working again but i repeat the problem was the store not xbox app as all they say. U must erase and install the store again. After that all working fine.
Please try these options one by one and check after each option.
- 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
- 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 - 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”}
- 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"}
-
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.
- 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
- 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 - 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”}
- 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"}
-
Anonymous
2022-07-21T01:14:46+00:00 Your link is not working