Steps to Fix Microsoft/Windows Store Error 0x80072F8F
In case you are receiving Error 0x80072F8F while Windows 10 activation then follow the steps provided here: [ Ссылка ]
Powershell command:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
DISM Command:
Dism /Online /Cleanup-Image /RestoreHealth
Ещё видео!