Fix Error Code 0x800705AA When Installing/Updating Apps/Games From Microsoft Store On Windows 10/11
Fix Apps Not Installing From Microsoft Store Error Code 0x800705AA On On Windows 10/11,Fix Unable to download or update anything from Microsoft Store Error: 0x800705AA On Windows 10/11
Step 1) Logout and login with correct account, make sure date, time, time zone and region are correct
Step 2) Run WSRESET command
Step 3) Repair/reset Microsoft Store
Step 4) Run this powershell command
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 5) Delete Microsoft Store Local Cache Files
C:\Users\Username\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe
Step 6) Click on Get Updates in store library
Step 7) Start all these services
Windows Update
Microsoft install service
Step 8) Update Windows
Step 9) Uninstall and reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 10) Try installing to C drive/Different Drive, Rename the WpSystem and WindowsApps folder
Step 11) Run inetcpl.cpl command
Step 12) Update Windows to the latest version using media creation tool
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11