Fix Microsoft Store Error Code 0x80072F8F

Published: 28 December 2021
on channel: ComeAndFixIT
5,598
35

This Tutorial Helps To Fix Microsoft Store Error Code 0x80072F8F

Powershell Command:

Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


cmd Command:

Sfc /scannow


dism.exe /online /cleanup-image /restorehealth



00:00 Method 1 - Troubleshoot Store Apps
01:00 Method 2 - Reset Microsoft Store
01:45 Method 3 - Wsreset
02:19 Method 4
03:20 Method 5 - Check The Services
04:08 Method 6 - Sfc And Dism Scan
07:20 Method 7


#fixmicrosoftstore
#microsoftstore
#Windows10