如何解决开机一直弹窗Microsoft Office安装程序找不到ProPlusWW.msi的问题
Microsoft Office安装程序找不到ProPlusWW.msi怎么解决?
win 10 更新后一直弹窗office professional plus 2010
解决办法:
Uninstall Office manually using PowerShell
Remove Office
手动删除Office通过PowerShell
Right-click Start
右键开始菜单

and select Windows PowerShell (Admin).
打开PowerShell管理员模式
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
认证Office被移除了
In the Windows PowerShell window, type the following:
Get-appxPackage -name “Microsoft.Office.Desktop”
输入以下命令并回车,没有新东西显示就是移除Office成功了
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.