How to Fix Windows Store Error 0x80072F8F in Windows 10/8 - [4 Solutions 2024]

Описание к видео How to Fix Windows Store Error 0x80072F8F in Windows 10/8 - [4 Solutions 2024]

How to Repair Microsoft Store Error Code: 0x80072F8F While Installing Updates in Windows 10. How to Solve Windows App Install Error 0x80072F8F in Windows 8. Something happened this app couldn't be installed. Please try again. Error Code 0x80072F8F. Can't Download or Install Windows Store updates, fix, tutorial, troubleshoot

Works on Laptops, PCs and Tablets made by Samsung, Lenovo, Toshiba, Asus, Acer, HP, Dell, Alienware.

Copy and paste 1:
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}


Copy and paste 2:

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

Copy and paste 3:

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Works on Laptops, PCs and Tablets made by Samsung, Lenovo, Toshiba, Asus, Acer, HP, Dell, Alienware.

Комментарии

Информация по комментариям в разработке