How To Fix The 0x80072ee7 Store Error?

Asked By 5 points N/A Posted on -
qa-featured

Hello, experts. I tried to download and install an application from the Windows store but, I couldn’t because the 0x80072ee7 store error occurred. Suggest a solution to resolve the error. Thank you.

SHARE
Answered By 0 points N/A #342767

How To Fix The 0x80072ee7 Store Error?

qa-featured

Hello. The 0x80072ee7 store error occurs due to network configuration errors, corrupt windows registry and, etc. The error occurs while downloading an application from the Windows store. We have suggested a few methods to resolve the error, try them.

Method 1:

Re-register the Windows store.

• In the windows search box, type cmd, and open the command prompt as an administrator.
• Next, type the following command and hit enter.
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
• After successful completion of running the command, restart your PC.

Method 2:

Restore it using an SFC scan now.

• Open the command prompt.
• Run it as an administrator.
• Now, in the command prompt, enter “SFC/scan now” and click on Enter.

Related Questions