Teams for Mac Spellcheck Not Working

Teams for Mac Spellcheck Not Working KB ID 0001842

Problem

I’m running Teams for Mac (Microsoft Teams Classic) and this has happened a couple of times now. My spelling is terrible, so I tend to just type furiously and then go back and fix my spelling mistakes. As with all ‘office based’ application it helpfully underlined all the typos in red, then USUALLY I can right click and correct them.
Each time it breaks I can see what has been misspelled but the right click menu does not appear, like so

Solution: Teams for Mac Spellcheck Not Working

The first time this happened I simply changed languages from English (US) to English (United Kingdom) and the problem went away. But it returned today.

I had to run the following command (Warning: This will drop all your Teams personal settings and you will need to re-authenticate). Firstly quit Teams if it’s still running, then execute the following command, (in Terminal)

[box]

rm -r ~/Library/Application\ Support/Microsoft/Teams

[/box]

Launch Teams, if required re-authenticate and (if required perform MFA) Teams should restart. Now your spellcheck should work.

Related Articles, References, Credits, or External Links

Completely Remove Teams From macOS

MS Teams Notifications Missing (macOS)

Restore the Windows 11 Right Click Menu

Windows 11 Right Click KB ID 0001819

Problem

The first time I saw this I thought “Where’s cut/copy/paste gone?”. But more annoyingly ‘Send To” is also not on the initial menu!

Solution: Restore Windows 11 Right Click

Open an Administrative PowerShell window.

Issue the following three commands.

[box]

(New-Item 'HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32' -Force).SetValue('','')
kill -Name explorer
start explorer

[/box]

And things are back to usual again.

Related Articles, References, Credits, or External Links

NA