▷ How to fix Windows 10 Store Error 0x80072f8f [2019]

Fix Windows 10 Error 0x80072f8f 5

Windows, as an operating system for tens of millions of computers, has a multitude of errors whose origin can be diverse. A few weeks ago we looked at some of the most popular system errors and how to fix them through various methods; specifically, we are referring to Error 0xc0000142 and Bad System Config Info Error. This time the error to be dealt with is Error 0x80072f8f from the Windows Store (or Microsoft Store) of Windows 10 and the XBOX app, and on the day of Today we will see your solution through three different methods.

The error in question also in Windows 8, 8.1 and Windows 7, so the methods that we will detail below are also compatible with these.

Solution 1 to Error 0x80072f8f: repair Windows Store with WSReset

In the event that the error comes from the Windows 10 Store, the first thing we will have to do is repair the store through a specialized command .

Fix Windows 10 Error 0x80072f8f 2

WSReset is the command we will use, and its activation is as simple as going to the Windows Start menu and typing the name of the program .

We will then run it and wait for the Microsoft Store to repair itself automatically (it may take a few minutes). Once it is finished, we can open the store without any problem.

Solution 2 to Error 0x80072f8f: repair Windows 10 Microsoft Store with PowerShell

If the previous method has not worked for us, the next step will be to resort to PowerShell , the advanced Windows CMD.

Like the CMD, we can access the PowerShell by typing the name of the program in the Start menu. To open it, we will right-click on it and we will click Run as administrator .

Fix Windows 10 Error 0x80072f8f 4

Next we will write the following command:

  • Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml” -Verbose}

Finally we will give Enter and let the command reset the packages from the Microsoft Store. Now we will only have to restart the computer so that the Windows 10 Store works correctly , but not before writing the exit command in the console to exit the program.

In case it does not work, we will write the following commands:

  • Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml”}
  • PowerShell -ExecutionPolicy Unrestricted -Command “& {$ manifest = (Get-AppxPackage Microsoft.WindowsStore) .InstallLocation + '\ AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest} "

Between command and command we will try to restart the system to see if it takes effect.

Solution 3 to Error 0x80072f8f: repair Windows Store Windows 10 by resetting the application

If neither of the two previous methods have not worked, the next thing we will do is to completely reset the application through Windows Settings , which can be found in the gear wheel button in the Start menu.

How to fix Windows 10 Store Error 0x80072f8f 1

Once inside, we will go to the Applications and features section and look for the Windows Store application (Microsoft Store). When we have found the app, we will click on Advanced options and finally click on the Reset button .

The last step to fix the Windows Store will be to restart the computer and open the application in question.

Solution 4 to Error 0x80072f8f: repair Windows Store with CMD

The last method before choosing to reset the PC or format the hard drive is to use the CMD. The way to access it is exactly the same as the previous methods, and like PowerShell, we will have to right-click to enter with administrator privileges .

How to fix Windows 10 Store Error 0x80072f8f 1

Next we will introduce the following commands:

  • net stop wuauserv
  • net stop cryptsvc
  • net stop bits
  • net stop msiserver
  • ren C: \ Windows \ SoftwareDistribution SoftwareDistribution.old
  • ren C: \ Windows \ System32 \ catroot2 Catroot2.old
  • net stop wuauserv
  • net stop cryptsvc
  • net stop bits
  • net stop msiserver

When we have entered all the commands, we will type exit and return to PowerShell with administrator privileges again .

How To Fix Windows 10 Store Error 0x80072f8f 3

Later we will introduce the following command:

  • wuauclt.exe / updatenow

the process from now on will be the same as in the previous methods. We will restart the computer and open the Windows Store to verify that it works correctly.