How to Uninstall Get Office App in Windows 10
Get Office is basically an app in Windows 10 that show ads of Microsoft Office. Its purpose is to get you to try the Office suite for one month. In this article, I’ll show you how to uninstall this app entirely.
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command to uninstall Get Office app, and then press Enter.
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command to uninstall Get Office app, and then press Enter.
Code:
Get-AppxPackage *officehub* | Remove-AppxPackage
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.