Fix Microsoft Store Not Installing Error Windows cannot install package Microsoft.WindowsStore
Fix Can't Install Microsoft Store Error Windows cannot install package Microsoft.WindowsStore_11910.1002.5.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.Native.Framework.2.2".
Step 1) Run these commands
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 2) Use Xbox App to install Microsoft Store
Step 3) Run these commands
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 4) Restart Windows update and Microsoft store install service
Step 5) Uninstall recently installed Windows update
Step 6) Use media creation tool to update Windows 10 and then try reinstalling Microsoft store
https://www.microsoft.com/en-us/software-download/windows10