mga sir paano po ba to ma fix dalawang iso na ang na try ko from getintopc.com and from youtube
laging gnito ang error di nag cocontinue sa pag install..
na uninstall ko na naman ang recent microsoft office 2010 ko
In the Windows PowerShell window, type the following:
Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage
Press Enter.
This takes a few minutes. Once it's done, a new command prompt appears.
Verify Office was removed
In the Windows PowerShell window, type the following:
Get-AppxPackage -name “Microsoft.Office.Desktop”
Press Enter.
If only a command prompt appears and no additional information, it means you successfully removed Office and you can close the Windows PowerShell window.