
Fix Microsoft Store Error 0x803f8001 Game Is Currently Not Available In Your Account
Fix Microsoft Store Error 0x803f8001 Game Is Currently Not Available In Your Account.
Powershell Commands:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Uninstall & Reinstall Store Command:
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Restart your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
DISM Command Used:
Dism /Online /Cleanup-Image /RestoreHealth
This tutorial will apply for computers, laptops, desktops, and tablets running the Windows 10 operating system (Home, Professional, Enterprise, Education) from all supported hardware manufactures, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.