Forum Discussion
Support8800
Jul 11, 2019Copper Contributor
Outlook 2016 signature button doesn't work
Hi, I have a laptop with windows 10 64-bit and before installing MSI version of Office 2016 (64-bit version) I uninstalled the pre-installed version of 365. All works great, but now I think because ...
Jul 11, 2019
Support8800 When you uninstall the apps, did you run the powershell or just right-click and uninstalled?
Open PowerShell in run as admin mode then paste:
Get-AppxProvisionedPackage -Online | where-object {$_.packagename –like "*Outlook*"} | Remove-AppxProvisionedPackage -Online
Then:
Get-AppxPackage "*Outlook*" | Remove-AppxPackage
Close the PowerShell window and open it without using run as admin. Run this command:
Get-AppxPackage "*Outlook*" | Remove-AppxPackage
If the problem continues after running powershell, try the registry key -
https://www.slipstick.com/problems/the-stationery-and-font-button-doesnt-work/#reg