If you’re getting the error "Couldn't install. We'll retry shortly"
(error code 0x80070006
) when trying to install Sea of Thieves through the Microsoft store, try this.
C:\Users\[your_user_name]\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
If that doesn’t work, try the following:
set-ExecutionPolicy RemoteSigned
into the terminal and hit Enter
.Y
to accept.Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
(all one line) and hit Enter
Still not working?
Enter
)dism /online /cleanup-image /startcomponentcleanup
sfc /scannow
I haven’t tested this, but you can try creating a new user and change the new user account from standard to administrator, then login with the new user and test opening and updating store.
0x80070005
please refer here